diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2014-07-04 15:13:45 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-09 10:34:18 +0200 |
commit | a40712a3e604bd59c7d3bdbabc9aec6208102783 (patch) | |
tree | 9679d2eb1adfb3c91eccef4d2b3867dba39b9c89 /sound/soc/samsung/Kconfig | |
parent | 83e3fbd6f3949d21c178a76af72cdfb5be0274ee (diff) | |
download | blackbird-op-linux-a40712a3e604bd59c7d3bdbabc9aec6208102783.tar.gz blackbird-op-linux-a40712a3e604bd59c7d3bdbabc9aec6208102783.zip |
ASoC: samsung: Add machine driver for Odroid X2/U3
This patch adds the sound subsystem driver for Odroid-X2 and
Odroid-U3 boards. The codec works in I2S master mode; there
are two separate audio routing paths defined, as there are
differences in the signal routing between the X2 and U3 boards,
i.e. U3 uses single jack for headphones and microphone.
Signed-off-by: Chen Zhen <zhen1.chen@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/samsung/Kconfig')
-rw-r--r-- | sound/soc/samsung/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 3be49cd2e984..333d645cea87 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -237,3 +237,11 @@ config SND_SOC_SNOW help Say Y if you want to add audio support for various Snow boards based on Exynos5 series of SoCs. + +config SND_SOC_ODROIDX2 + tristate "Audio support for Odroid-X2 and Odroid-U3" + depends on SND_SOC_SAMSUNG + select SND_SOC_MAX98090 + select SND_SAMSUNG_I2S + help + Say Y here to enable audio support for the Odroid-X2/U3. |