@@ -366,7 +366,7 @@ config SND_SOC_IMX_CARD
help
This option enables audio sound card support for i.MX boards
with OF-graph DT bindings.
- It also support DPCM of single CPU multi Codec ststem.
+ It also support DPCM of single CPU multi Codec system.
endif # SND_IMX_SOC
@@ -7,7 +7,7 @@ config SND_SIMPLE_CARD
select SND_SIMPLE_CARD_UTILS
help
This option enables generic simple sound card support
- It also support DPCM of multi CPU single Codec ststem.
+ It also support DPCM of multi CPU single Codec system.
config SND_AUDIO_GRAPH_CARD
tristate "ASoC Audio Graph sound card support"
@@ -16,7 +16,7 @@ config SND_AUDIO_GRAPH_CARD
help
This option enables generic simple sound card support
with OF-graph DT bindings.
- It also support DPCM of multi CPU single Codec ststem.
+ It also support DPCM of multi CPU single Codec system.
config SND_AUDIO_GRAPH_CARD2
tristate "ASoC Audio Graph sound card2 support"
In a few places in Kconfig files, 'system' is spelled as 'ststem'. This patch changes them to the intended 'system'. Signed-off-by: Maurycy Zalweski <10maurycy10@gmail.com> --- sound/soc/fsl/Kconfig | 2 +- sound/soc/generic/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)