diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-09-10 12:46:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-22 17:18:25 +0200 |
commit | eb775d38e0ff4a83d7fd020a7b147bb61b1e4006 (patch) | |
tree | 40c57bed99163c01d96da7cffd740ee714bc8a23 /arch/arm/mach-omap2/include | |
parent | ASoC: twl4030: Move hs_extmute GPIO handling to driver (diff) | |
download | linux-eb775d38e0ff4a83d7fd020a7b147bb61b1e4006.tar.xz linux-eb775d38e0ff4a83d7fd020a7b147bb61b1e4006.zip |
ARM: OMAP/ASoC: Zoom2: Let the codec to handle the hs_extmute GPIO
Remove the use of set_hs_extmute callback and let the codec driver to
handle the extmute GPIO.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-omap2/include')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/board-zoom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-zoom.h b/arch/arm/mach-omap2/include/mach/board-zoom.h index 775fdc3b000b..2e9486940ead 100644 --- a/arch/arm/mach-omap2/include/mach/board-zoom.h +++ b/arch/arm/mach-omap2/include/mach/board-zoom.h @@ -8,5 +8,3 @@ extern int __init zoom_debugboard_init(void); extern void __init zoom_peripherals_init(void); extern void __init zoom_display_init(void); - -#define ZOOM2_HEADSET_EXTMUTE_GPIO 153 |