mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
d12c6216c4
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>
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
config SND_SIMPLE_CARD_UTILS
|
|
tristate
|
|
|
|
config SND_SIMPLE_CARD
|
|
tristate "ASoC Simple sound card support"
|
|
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.
|