diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-12 18:20:57 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-18 18:38:05 +0000 |
commit | cece5656901f09db13fbb569ff04f627ec2e0ab6 (patch) | |
tree | 76f593747e31eec40fc5c3175f836837cb876fba /sound/soc/kirkwood/Kconfig | |
parent | 64895739835c431fbc62dfabbe2267fff552a2f2 (diff) |
ASoC: add S/PDIF support to Armada 370 DB ASoC driver
The Armada 370 DB board not only has analog audio input/output, but
also S/PDIF input/output. This commit adds support for S/PDIF in the
ASoC machine driver of the Armada 370 DB platform, and adjusts the
Device Tree bindings documentation accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/kirkwood/Kconfig')
-rw-r--r-- | sound/soc/kirkwood/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig index 2dc3ecf3480..49f8437665d 100644 --- a/sound/soc/kirkwood/Kconfig +++ b/sound/soc/kirkwood/Kconfig @@ -10,6 +10,7 @@ config SND_KIRKWOOD_SOC_ARMADA370_DB tristate "SoC Audio support for Armada 370 DB" depends on SND_KIRKWOOD_SOC && (ARCH_MVEBU || COMPILE_TEST) && I2C select SND_SOC_CS42L51 + select SND_SOC_SPDIF help Say Y if you want to add support for SoC audio on the Armada 370 Development Board. |