1 # SPDX-License-Identifier: GPL-2.0-only << 2 config SND_SIMPLE_CARD_UTILS 1 config SND_SIMPLE_CARD_UTILS 3 tristate !! 2 tristate 4 3 5 config SND_SIMPLE_CARD 4 config SND_SIMPLE_CARD 6 tristate "ASoC Simple sound card suppo 5 tristate "ASoC Simple sound card support" 7 select SND_SIMPLE_CARD_UTILS 6 select SND_SIMPLE_CARD_UTILS 8 help 7 help 9 This option enables generic simple s 8 This option enables generic simple sound card support 10 It also support DPCM of multi CPU si << 11 9 12 config SND_AUDIO_GRAPH_CARD !! 10 config SND_SIMPLE_SCU_CARD 13 tristate "ASoC Audio Graph sound card !! 11 tristate "ASoC Simple SCU sound card support" 14 depends on OF 12 depends on OF 15 select SND_SIMPLE_CARD_UTILS 13 select SND_SIMPLE_CARD_UTILS 16 help 14 help 17 This option enables generic simple s !! 15 This option enables generic simple SCU sound card support. 18 with OF-graph DT bindings. !! 16 It supports DPCM of multi CPU single Codec system. 19 It also support DPCM of multi CPU si << 20 17 21 config SND_AUDIO_GRAPH_CARD2 !! 18 config SND_AUDIO_GRAPH_CARD 22 tristate "ASoC Audio Graph sound card2 !! 19 tristate "ASoC Audio Graph sound card support" 23 depends on OF 20 depends on OF 24 select SND_SIMPLE_CARD_UTILS 21 select SND_SIMPLE_CARD_UTILS 25 help 22 help 26 This option enables generic simple s !! 23 This option enables generic simple simple sound card support 27 with OF-graph DT bindings. 24 with OF-graph DT bindings. 28 25 29 config SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE !! 26 config SND_AUDIO_GRAPH_SCU_CARD 30 tristate "ASoC Audio Graph Card2 base !! 27 tristate "ASoC Audio Graph SCU sound card support" 31 depends on SND_AUDIO_GRAPH_CARD2 << 32 help << 33 This option enables Audio Graph Card << 34 << 35 config SND_TEST_COMPONENT << 36 tristate "ASoC Test component sound su << 37 depends on OF 28 depends on OF >> 29 select SND_SIMPLE_CARD_UTILS 38 help 30 help 39 This option enables test component s !! 31 This option enables generic simple SCU sound card support >> 32 with OF-graph DT bindings. >> 33 It supports DPCM of multi CPU single Codec ststem.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.