diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-12-31 05:51:48 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-02 08:04:25 -0500 |
commit | bd0b286e838ef1ca19bbe1cb55f0ec7e0135de1f (patch) | |
tree | 9f4c889fd906306c0109a237ce415ce0f9706825 /sound/soc/omap/Kconfig | |
parent | fff3dd40132d6106d4d2a61e70e782f82394fd17 (diff) |
ASoC: omap-twl4030: Add support for routing, voice port and jack detect
Update the common machine driver to support more boards including Zoom2 and
SDP3430.
- Support for voice port of twl4030
- HS jack plug detection support
- The audio routing can be fine tuned via pdata or via provided routing
table from DT.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 7048137f9a33..e8d2a2f983b5 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -91,6 +91,8 @@ config SND_OMAP_SOC_OMAP_TWL4030 | |||
91 | - Gumstix Overo or CompuLab CM-T35/CM-T3730 | 91 | - Gumstix Overo or CompuLab CM-T35/CM-T3730 |
92 | - IGEP v2 | 92 | - IGEP v2 |
93 | - OMAP3EVM | 93 | - OMAP3EVM |
94 | - SDP3430 | ||
95 | - Zoom2 | ||
94 | 96 | ||
95 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 | 97 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 |
96 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" | 98 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" |