mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
cecdef3656
We can use simpel utils asoc_simple_card_parse_daifmt(). Let's use it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
205 B
Plaintext
9 lines
205 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
|