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