summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/Kconfig
diff options
context:
space:
mode:
authorKoro Chen <koro.chen@mediatek.com>2016-02-25 15:16:38 +0800
committerMark Brown <broonie@kernel.org>2016-03-02 13:32:00 +0900
commit0c71367d35115a7eb24483ffce2fad74f77dc4d0 (patch)
tree9d4a50a31fad8958429ac4284b8d040c8ec2623d /sound/soc/mediatek/Kconfig
parent84f3a52421a41d0b129b519da9f39fcfb336a840 (diff)
downloadlinux-0-day-0c71367d35115a7eb24483ffce2fad74f77dc4d0.tar.gz
linux-0-day-0c71367d35115a7eb24483ffce2fad74f77dc4d0.tar.xz
ASoC: mediatek: Add machine driver for rt5650 rt5514 codec
This is the DPCM based machine driver with rt5650 and rt5514. Signed-off-by: Koro Chen <koro.chen@mediatek.com> Signed-off-by: PC Liao <pc.liao@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r--sound/soc/mediatek/Kconfig28
1 files changed, 19 insertions, 9 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig
index 6c8808798c6b9..f7e789e97fbca 100644
--- a/sound/soc/mediatek/Kconfig
+++ b/sound/soc/mediatek/Kconfig
@@ -18,14 +18,25 @@ config SND_SOC_MT8173_MAX98090
If unsure select "N".
config SND_SOC_MT8173_RT5650
- tristate "ASoC Audio driver for MT8173 with RT5650 codec"
- depends on SND_SOC_MEDIATEK && I2C
- select SND_SOC_RT5645
- help
- This adds ASoC driver for Mediatek MT8173 boards
- with the RT5650 audio codec.
- Select Y if you have such device.
- If unsure select "N".
+ tristate "ASoC Audio driver for MT8173 with RT5650 codec"
+ depends on SND_SOC_MEDIATEK && I2C
+ select SND_SOC_RT5645
+ help
+ This adds ASoC driver for Mediatek MT8173 boards
+ with the RT5650 audio codec.
+ Select Y if you have such device.
+ If unsure select "N".
+
+config SND_SOC_MT8173_RT5650_RT5514
+ tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
+ depends on SND_SOC_MEDIATEK && I2C
+ select SND_SOC_RT5645
+ select SND_SOC_RT5514
+ help
+ This adds ASoC driver for Mediatek MT8173 boards
+ with the RT5650 and RT5514 codecs.
+ Select Y if you have such device.
+ If unsure select "N".
config SND_SOC_MT8173_RT5650_RT5676
tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
@@ -37,4 +48,3 @@ config SND_SOC_MT8173_RT5650_RT5676
with the RT5650 and RT5676 codecs.
Select Y if you have such device.
If unsure select "N".
-