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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Peter Ujfalusi
2009-10-12 11:43:55 +03:00
committed by Mark Brown
父節點 ebab1b1d07
當前提交 814b7963e5
共有 2 個文件被更改,包括 1 次插入2 次删除

查看文件

@@ -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__ */