diff options
author | Daniel Glöckner <dg@emlix.com> | 2009-03-28 19:47:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-04 15:29:01 +0100 |
commit | 2b7dbbe0c9491e62b50978d1615193bec33a8291 (patch) | |
tree | 6d8c5782828ce8bc74b3441983136b384d005772 /sound/soc/s6000/Kconfig | |
parent | 4b166da939012905f4c36fedada62067db31948e (diff) | |
download | talos-obmc-linux-2b7dbbe0c9491e62b50978d1615193bec33a8291.tar.gz talos-obmc-linux-2b7dbbe0c9491e62b50978d1615193bec33a8291.zip |
ASoC: s6105 IP camera machine specific ASoC code
This patch adds machine specific code for the audio part of the Stretch
s6105 IP camera reference design.
The device uses the tlv320aic31(01) codec to generate the clock for
both I2S ports of the soc. While the master clock is generated by a
configurable PLL chip, the code assumes the factory default settings.
An additional kcontrol has been added to handle the special routing of
the board, connecting both HPLCOM and HPROUT to the same pin of the audio
jack. One of these should always be switched off.
Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s6000/Kconfig')
-rw-r--r-- | sound/soc/s6000/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/s6000/Kconfig b/sound/soc/s6000/Kconfig index 4bfc8bcac51b..c74eb3d4a47c 100644 --- a/sound/soc/s6000/Kconfig +++ b/sound/soc/s6000/Kconfig @@ -8,3 +8,12 @@ config SND_S6000_SOC config SND_S6000_SOC_I2S tristate + +config SND_S6000_SOC_S6IPCAM + tristate "SoC Audio support for Stretch 6105 IP Camera" + depends on SND_S6000_SOC && XTENSA_PLATFORM_S6105 + select SND_S6000_SOC_I2S + select SND_SOC_TLV320AIC3X + help + Say Y if you want to add support for SoC audio on the + Stretch s6105 IP Camera Reference Design. |