]> git.baikalelectronics.ru Git - kernel.git/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)
commitd5fe0cb3c388ef2b68842b1fcced3b93a0a881bd
tree840f6d17d56fc02f2f19d36e775f5d8197360a1f
parent0c93ee55f2f9376151d433359ffca2a3f450c026
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