diff options
| author | Masanari Iida <[email protected]> | 2019-08-13 12:42:35 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-08-13 12:40:33 +0100 |
| commit | ae3a5901dde2ab136ec0cebda2fccc48e810d2ec (patch) | |
| tree | df2935094ef223a57f9347ad59e210df1dfef2d6 | |
| parent | 68b953aeb50d9206de27d6c216e301f01dfac34d (diff) | |
ASoC: ti: Fix typos in ti/Kconfig
This patch fixes some spelling typo in Kconfig.
Signed-off-by: Masanari Iida <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -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 comment "Texas Instruments DAI support for:" config SND_SOC_DAVINCI_ASP - tristate "daVinci Audio Serial Port (ASP) or McBSP suport" + tristate "daVinci Audio Serial Port (ASP) or McBSP support" depends on ARCH_DAVINCI || COMPILE_TEST select SND_SOC_TI_EDMA_PCM help @@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP - Keystone devices config SND_SOC_DAVINCI_VCIF - tristate "daVinci Voice Interface (VCIF) suport" + tristate "daVinci Voice Interface (VCIF) support" depends on ARCH_DAVINCI || COMPILE_TEST select SND_SOC_TI_EDMA_PCM help |