summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-12-14 03:32:25 +0100
committerMark Brown <broonie@kernel.org>2018-12-14 12:47:04 +0100
commitae3cb5790906b5caf519f6f21792c30fb5ddf8db (patch)
tree1ee0b95b0eeb0b93279e7acf529798e95ae37c44 /sound/soc/generic/Kconfig
parentASoC: audio-graph-card: merge audio-graph-scu-card on Doc (diff)
downloadlinux-ae3cb5790906b5caf519f6f21792c30fb5ddf8db.tar.xz
linux-ae3cb5790906b5caf519f6f21792c30fb5ddf8db.zip
ASoC: audio-graph-card: merge audio-graph-scu-card
audio-graph-card and audio-graph-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 sound card by audio-graph-card. This patch merges both sound card into it. Now we can use both feature on same driver. audio-grap-card is now supporting .compatible = "audio-graph-scu-card". Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Tony Lindgren <tony@atomide.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 fa5aff9c1041..5395782424b4 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -22,6 +22,7 @@ config SND_AUDIO_GRAPH_CARD
help
This option enables generic simple sound card support
with OF-graph DT bindings.
+ It also support DPCM of multi CPU single Codec ststem.
config SND_AUDIO_GRAPH_SCU_CARD
tristate "ASoC Audio Graph SCU sound card support"