Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.7 19 lines 576 B view raw
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.