diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-08-12 23:42:35 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-13 07:40:33 -0400 |
commit | ae3a5901dde2ab136ec0cebda2fccc48e810d2ec (patch) | |
tree | df2935094ef223a57f9347ad59e210df1dfef2d6 /sound | |
parent | 68b953aeb50d9206de27d6c216e301f01dfac34d (diff) |
ASoC: ti: Fix typos in ti/Kconfig
This patch fixes some spelling typo in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20190813034235.30673-1-standby24x7@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/ti/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig index 2197f3e1eaed..87a9b9dd4e98 100644 --- a/sound/soc/ti/Kconfig +++ b/sound/soc/ti/Kconfig | |||
@@ -12,7 +12,7 @@ config SND_SOC_TI_SDMA_PCM | |||
12 | 12 | ||
13 | comment "Texas Instruments DAI support for:" | 13 | comment "Texas Instruments DAI support for:" |
14 | config SND_SOC_DAVINCI_ASP | 14 | config SND_SOC_DAVINCI_ASP |
15 | tristate "daVinci Audio Serial Port (ASP) or McBSP suport" | 15 | tristate "daVinci Audio Serial Port (ASP) or McBSP support" |
16 | depends on ARCH_DAVINCI || COMPILE_TEST | 16 | depends on ARCH_DAVINCI || COMPILE_TEST |
17 | select SND_SOC_TI_EDMA_PCM | 17 | select SND_SOC_TI_EDMA_PCM |
18 | help | 18 | help |
@@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP | |||
33 | - Keystone devices | 33 | - Keystone devices |
34 | 34 | ||
35 | config SND_SOC_DAVINCI_VCIF | 35 | config SND_SOC_DAVINCI_VCIF |
36 | tristate "daVinci Voice Interface (VCIF) suport" | 36 | tristate "daVinci Voice Interface (VCIF) support" |
37 | depends on ARCH_DAVINCI || COMPILE_TEST | 37 | depends on ARCH_DAVINCI || COMPILE_TEST |
38 | select SND_SOC_TI_EDMA_PCM | 38 | select SND_SOC_TI_EDMA_PCM |
39 | help | 39 | help |