summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-12-14 11:35:10 +0900
committerMark Brown <broonie@kernel.org>2018-12-14 11:48:12 +0000
commitda215354eb55c382d3d5c426ea0e9aa7ef7c10e1 (patch)
treea0b5c9a9c60298a8b33c15aed97e0c5ef796ff84 /sound/soc/generic/Kconfig
parentc4e8ebb9f2624da8302b6683ecb5ead7108ccb79 (diff)
downloadlinux-da215354eb55c382d3d5c426ea0e9aa7ef7c10e1.tar.gz
linux-da215354eb55c382d3d5c426ea0e9aa7ef7c10e1.tar.bz2
linux-da215354eb55c382d3d5c426ea0e9aa7ef7c10e1.zip
ASoC: simple-card: merge simple-scu-card
simple-card and simple-scu-card are very similar driver, but the former is supporting normal sound card, the latter is supporting DPCM sound card. We couldn't use normal sound and DPCM sound in same time by one sound card. This patch merges both sound card into simple-card. Now we can use both feature on same driver. simple-card is now supporting .compatible = "simple-scu-audio-card". Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r--sound/soc/generic/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index 5395782424b4..92c2cf06f40a 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -6,6 +6,7 @@ config SND_SIMPLE_CARD
select SND_SIMPLE_CARD_UTILS
help
This option enables generic simple sound card support
+ It also support DPCM of multi CPU single Codec ststem.
config SND_SIMPLE_SCU_CARD
tristate "ASoC Simple SCU sound card support"