mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 20:36:47 +07:00
97b4bc76d9
Do s/ststem/system/ . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
447 B
Plaintext
17 lines
447 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"
|
|
depends on OF
|
|
select SND_SIMPLE_CARD_UTILS
|
|
help
|
|
This option enables generic simple SCU sound card support.
|
|
It supports DPCM of multi CPU single Codec system.
|