[alsa-devel] [PATCH] ASoC: TPA6130A2: Make tpa6130a2_power as static
The power for the amplifier should be handled internally by the tpa6130a2 driver.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@nokia.com --- sound/soc/codecs/tpa6130a2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c index 0a6e7b4..6b650c1 100644 --- a/sound/soc/codecs/tpa6130a2.c +++ b/sound/soc/codecs/tpa6130a2.c @@ -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;
On Monday 12 October 2009 10:41:30 Ujfalusi Peter (Nokia-D/Tampere) wrote:
The power for the amplifier should be handled internally by the tpa6130a2 driver.
Please ignore this patch, I'll resend and remove the tpa6130a2_power from the header as well.
participants (1)
-
Peter Ujfalusi