diff options
author | Krishna Mohan Dani <krishna.md@samsung.com> | 2014-11-26 14:53:04 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-26 16:44:44 +0000 |
commit | d683d0b690c13437d752ccce47963ac64119b07a (patch) | |
tree | 246fac8088166a842463f56e80778809c06b16aa /sound/soc/samsung/Kconfig | |
parent | b2de1d20a05d8691cb1889c859de2ab56938b82a (diff) | |
download | linux-d683d0b690c13437d752ccce47963ac64119b07a.tar.bz2 |
ASoC: Samsung: Add arndale_rt5631 machine driver and binding
Adding machine driver to instantiate I2S based realtek's ALC5631
sound card on Arndale board.
There are other variants of Audio Daughter Cards for Arndale
Board for which support already exists but there is no support for
Realtek's alc5631 codec hence support for ALC5631 based machine
driver is being added.
This patch also documents the device tree binding for the Arndale
board based machine driver.
Signed-off-by: Claude Youn <claude.youn@gmail.com>
Signed-off-by: Krishna Mohan Dani <krishna.md@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung/Kconfig')
-rw-r--r-- | sound/soc/samsung/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index e0e737faadd9..fc67f97f19f6 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -239,3 +239,9 @@ config SND_SOC_ODROIDX2 select SND_SAMSUNG_I2S help Say Y here to enable audio support for the Odroid-X2/U3. + +config SND_SOC_ARNDALE_RT5631_ALC5631 + tristate "Audio support for RT5631(ALC5631) on Arndale Board" + depends on SND_SOC_SAMSUNG + select SND_SAMSUNG_I2S + select SND_SOC_RT5631 |