2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-05-31 17:00:14 +08:00
|
|
|
config SND_SIMPLE_CARD_UTILS
|
|
|
|
tristate
|
|
|
|
|
2012-04-09 12:17:50 +08:00
|
|
|
config SND_SIMPLE_CARD
|
|
|
|
tristate "ASoC Simple sound card support"
|
2016-06-30 14:02:46 +08:00
|
|
|
select SND_SIMPLE_CARD_UTILS
|
2012-04-09 12:17:50 +08:00
|
|
|
help
|
|
|
|
This option enables generic simple sound card support
|
2018-12-14 10:35:10 +08:00
|
|
|
It also support DPCM of multi CPU single Codec ststem.
|
2016-08-23 09:35:02 +08:00
|
|
|
|
2017-04-20 09:36:08 +08:00
|
|
|
config SND_AUDIO_GRAPH_CARD
|
|
|
|
tristate "ASoC Audio Graph sound card support"
|
|
|
|
depends on OF
|
|
|
|
select SND_SIMPLE_CARD_UTILS
|
|
|
|
help
|
2018-11-22 08:57:23 +08:00
|
|
|
This option enables generic simple sound card support
|
2017-04-20 09:36:08 +08:00
|
|
|
with OF-graph DT bindings.
|
2018-12-14 10:32:25 +08:00
|
|
|
It also support DPCM of multi CPU single Codec ststem.
|