Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170170
b: refs/heads/master
c: 814b796
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Oct 12, 2009
1 parent 1cff841 commit 862711c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebab1b1d07266ab8ca9f65065e68b02f05504c4e
refs/heads/master: 814b7963e50e331f129acc25ad92bd4db45c300f
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/tpa6130a2.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void tpa6130a2_initialize(void)
tpa6130a2_i2c_write(i, data->regs[i]);
}

void tpa6130a2_power(int power)
static void tpa6130a2_power(int power)
{
struct tpa6130a2_data *data;
u8 val;
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/soc/codecs/tpa6130a2.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@
#define TPA6130A2_VERSION_MASK (0x0f)

extern int tpa6130a2_add_controls(struct snd_soc_codec *codec);
extern void tpa6130a2_power(int power);

#endif /* __TPA6130A2_H__ */

0 comments on commit 862711c

Please sign in to comment.