Kconfig (f594d0b9b34aeb8e3ffa524eaa8a4085afb56d22) | Kconfig (d12c6216c4a58f9fd2a58bc489783a095d84b2fc) |
---|---|
1config SND_SIMPLE_CARD_UTILS 2 tristate 3 4config SND_SIMPLE_CARD 5 tristate "ASoC Simple sound card support" 6 select SND_SIMPLE_CARD_UTILS 7 help 8 This option enables generic simple sound card support | 1config SND_SIMPLE_CARD_UTILS 2 tristate 3 4config SND_SIMPLE_CARD 5 tristate "ASoC Simple sound card support" 6 select SND_SIMPLE_CARD_UTILS 7 help 8 This option enables generic simple sound card support |
9 10config SND_SIMPLE_SCU_CARD 11 tristate "ASoC Simple SCU sound card support" 12 select SND_SIMPLE_CARD_UTILS 13 help 14 This option enables generic simple SCU sound card support. 15 It supports DPCM of multi CPU single Codec ststem. |
|