diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-11-22 01:57:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-23 15:01:55 +0100 |
commit | c3830f1a00f0c7b224aa64e99adbdc14e86d78d5 (patch) | |
tree | 8eacec572abb6ef5e9fb10a6b08c252729615427 /sound/soc/generic/Kconfig | |
parent | ASoC: audio-graph-scu-card: tidyup asoc_simple_card_parse_daifmt() timing (diff) | |
download | linux-c3830f1a00f0c7b224aa64e99adbdc14e86d78d5.tar.xz linux-c3830f1a00f0c7b224aa64e99adbdc14e86d78d5.zip |
ASoC: audio-graph-card: tidyup typo SND_AUDIO_GRAPH_CARD
1 "simple" is enough on Kconfig help
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r-- | sound/soc/generic/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index c954be0a0f96..fa5aff9c1041 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig @@ -20,7 +20,7 @@ config SND_AUDIO_GRAPH_CARD depends on OF select SND_SIMPLE_CARD_UTILS help - This option enables generic simple simple sound card support + This option enables generic simple sound card support with OF-graph DT bindings. config SND_AUDIO_GRAPH_SCU_CARD |