]> Pileus Git - ~andy/linux/commit
ASoC: twl4030: Move hs_extmute GPIO handling to driver
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 10 Sep 2012 10:46:27 +0000 (13:46 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 22 Sep 2012 15:18:24 +0000 (11:18 -0400)
commit281ecd1611654cdcdec0ffcb55e8f285b8199727
tree840f6d17d56fc02f2f19d36e775f5d8197360a1f
parent79026219588a8102a831ec682e11696fee35797d
ASoC: twl4030: Move hs_extmute GPIO handling to driver

The external mute (if it is in use) is handled by a GPIO line. Prepare to
remove the set_hs_extmute callback and replace it with:
hs_extmute_gpio: the GPIO number to use for external mute

When the users of set_hs_extmute has been converted the callback can be removed.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/linux/i2c/twl.h
sound/soc/codecs/twl4030.c