Kconfig (ae3cb5790906b5caf519f6f21792c30fb5ddf8db) | Kconfig (da215354eb55c382d3d5c426ea0e9aa7ef7c10e1) |
---|---|
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 It also support DPCM of multi CPU single Codec ststem. |
|
9 10config SND_SIMPLE_SCU_CARD 11 tristate "ASoC Simple SCU sound card support" 12 depends on OF 13 select SND_SIMPLE_CARD_UTILS 14 help 15 This option enables generic simple SCU sound card support. 16 It supports DPCM of multi CPU single Codec system. --- 18 unchanged lines hidden --- | 10 11config SND_SIMPLE_SCU_CARD 12 tristate "ASoC Simple SCU sound card support" 13 depends on OF 14 select SND_SIMPLE_CARD_UTILS 15 help 16 This option enables generic simple SCU sound card support. 17 It supports DPCM of multi CPU single Codec system. --- 18 unchanged lines hidden --- |