Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SND_SIMPLE_CARD_UTILS
0003         tristate
0004 
0005 config SND_SIMPLE_CARD
0006         tristate "ASoC Simple sound card support"
0007         select SND_SIMPLE_CARD_UTILS
0008         help
0009           This option enables generic simple sound card support
0010           It also support DPCM of multi CPU single Codec ststem.
0011 
0012 config SND_AUDIO_GRAPH_CARD
0013         tristate "ASoC Audio Graph sound card support"
0014         depends on OF
0015         select SND_SIMPLE_CARD_UTILS
0016         help
0017           This option enables generic simple sound card support
0018           with OF-graph DT bindings.
0019           It also support DPCM of multi CPU single Codec ststem.
0020 
0021 config SND_AUDIO_GRAPH_CARD2
0022         tristate "ASoC Audio Graph sound card2 support"
0023         depends on OF
0024         select SND_SIMPLE_CARD_UTILS
0025         help
0026           This option enables generic simple sound card2 support
0027           with OF-graph DT bindings.
0028 
0029 config SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE
0030         tristate "ASoC Audio Graph Card2 base custom sample support"
0031         depends on SND_AUDIO_GRAPH_CARD2
0032         help
0033           This option enables Audio Graph Card2 base custom sample
0034 
0035 config SND_TEST_COMPONENT
0036         tristate "ASoC Test component sound support"
0037         depends on OF
0038         help
0039           This option enables test component sound driver support.