mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
2b7dbbe0c9
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>
19 lines
597 B
Text
19 lines
597 B
Text
config SND_S6000_SOC
|
|
tristate "SoC Audio for the Stretch s6000 family"
|
|
depends on XTENSA_VARIANT_S6000
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
s6000 family chips. You will also need to select the platform
|
|
to support below.
|
|
|
|
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.
|