diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-01-27 16:47:11 +0200 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-27 20:48:46 +0000 |
commit | 48529b3b7ca76e688146e13d1a1666fe69703f0c (patch) | |
tree | 226c9a718a4bd47b309eaeae4f3aaece8359036a /sound/soc/omap/Kconfig | |
parent | 64ed98365062b748770b340fd27ae34564a5a322 (diff) | |
download | talos-op-linux-48529b3b7ca76e688146e13d1a1666fe69703f0c.tar.gz talos-op-linux-48529b3b7ca76e688146e13d1a1666fe69703f0c.zip |
ASoC: omap: rx51: Add stereo output support to audio jack
Audio jack in Nokia RX-51/N900 is driven by TPA6130 headphone amplifier.
This patch adds support for it and stereo output can be active when
"Jack Function" == "TV-OUT" || "Headphone".
As the TPA6130 can output very high volume levels the output is limited
with snd_soc_limit_volume. Limiting value is found from Maemo kernel sources.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Cc: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index a088db6d5091..b5922984eac6 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -24,6 +24,7 @@ config SND_OMAP_SOC_RX51 select OMAP_MCBSP select SND_OMAP_SOC_MCBSP select SND_SOC_TLV320AIC3X + select SND_SOC_TPA6130A2 help Say Y if you want to add support for SoC audio on Nokia RX-51 hardware. This is also known as Nokia N900 product. |