diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-23 03:35:02 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-24 12:19:16 +0200 |
commit | d12c6216c4a58f9fd2a58bc489783a095d84b2fc (patch) | |
tree | 8e4d89b54dc9f3cc1f137edca2533aec164e4ce2 /sound/soc/generic/Kconfig | |
parent | ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase2 (diff) | |
download | linux-d12c6216c4a58f9fd2a58bc489783a095d84b2fc.tar.xz linux-d12c6216c4a58f9fd2a58bc489783a095d84b2fc.zip |
ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3
rsrc-card which is using DPCM feature was created for Renesas sound.
But not only Renesas, but many SoC can use this driver, because
it is based on simple-card driver.
To use it as more open driver, rsrc-card will be renamed to
simple-scu-card. In order to easy patch review, as 3rd step,
this patch moves rsrc-card driver to generic folder.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index c01c5dd68601..2d0ff037c5a1 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig @@ -6,3 +6,10 @@ config SND_SIMPLE_CARD select SND_SIMPLE_CARD_UTILS help This option enables generic simple sound card support + +config SND_SIMPLE_SCU_CARD + tristate "ASoC Simple SCU sound card support" + select SND_SIMPLE_CARD_UTILS + help + This option enables generic simple SCU sound card support. + It supports DPCM of multi CPU single Codec ststem. |