Linux Audio

Check our new training course

Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0-only
 2config SND_SIMPLE_CARD_UTILS
 3	tristate
 4
 5config SND_SIMPLE_CARD
 6	tristate "ASoC Simple sound card support"
 7	select SND_SIMPLE_CARD_UTILS
 8	help
 9	  This option enables generic simple sound card support
10	  It also support DPCM of multi CPU single Codec ststem.
11
12config SND_AUDIO_GRAPH_CARD
13	tristate "ASoC Audio Graph sound card support"
14	depends on OF
15	select SND_SIMPLE_CARD_UTILS
16	help
17	  This option enables generic simple sound card support
18	  with OF-graph DT bindings.
19	  It also support DPCM of multi CPU single Codec ststem.
20
21config SND_AUDIO_GRAPH_CARD2
22	tristate "ASoC Audio Graph sound card2 support"
23	depends on OF
24	select SND_SIMPLE_CARD_UTILS
25	help
26	  This option enables generic simple sound card2 support
27	  with OF-graph DT bindings.
28
29config SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE
30	tristate "ASoC Audio Graph Card2 base custom sample support"
31	depends on SND_AUDIO_GRAPH_CARD2
32	help
33	  This option enables Audio Graph Card2 base custom sample
34
35config SND_TEST_COMPONENT
36	tristate "ASoC Test component sound support"
37	depends on OF
38	help
39	  This option enables test component sound driver support.
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0-only
 2config SND_SIMPLE_CARD_UTILS
 3	tristate
 4
 5config SND_SIMPLE_CARD
 6	tristate "ASoC Simple sound card support"
 7	select SND_SIMPLE_CARD_UTILS
 8	help
 9	  This option enables generic simple sound card support
10	  It also support DPCM of multi CPU single Codec ststem.
11
12config SND_AUDIO_GRAPH_CARD
13	tristate "ASoC Audio Graph sound card support"
14	depends on OF
15	select SND_SIMPLE_CARD_UTILS
16	help
17	  This option enables generic simple sound card support
18	  with OF-graph DT bindings.
19	  It also support DPCM of multi CPU single Codec ststem.
20
21config SND_AUDIO_GRAPH_CARD2
22	tristate "ASoC Audio Graph sound card2 support"
23	depends on OF
24	select SND_SIMPLE_CARD_UTILS
25	help
26	  This option enables generic simple sound card2 support
27	  with OF-graph DT bindings.
28
29config SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE
30	tristate "ASoC Audio Graph Card2 base custom sample support"
31	depends on SND_AUDIO_GRAPH_CARD2
32	help
33	  This option enables Audio Graph Card2 base custom sample
34
35config SND_TEST_COMPONENT
36	tristate "ASoC Test component sound support"
37	depends on OF
38	help
39	  This option enables test component sound driver support.