]> 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)
commitdb767de36fa397b657d111b8c0abaf9e99655779
tree840f6d17d56fc02f2f19d36e775f5d8197360a1f
parent4d8566c5c999e01a029c7bcbafa59aba311dbceb
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