diff options
author | Gary Zhang <b13634@freescale.com> | 2012-09-12 10:03:11 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-09-12 20:01:21 +0800 |
commit | d650069ff83e47aefdfaef7bfa8de0cbf2cf8d14 (patch) | |
tree | 19d2bd683e5569f58817be188957316bffb63461 | |
parent | 8085e9ca0fea8caddd42a548f42f90ac151fdb36 (diff) |
ENGR00223911 wm8962: correct typo
correct typo for wm8962 description in Kconfig
Signed-off-by: Gary Zhang <b13634@freescale.com>
-rw-r--r-- | sound/soc/imx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index e4b57c7ea337..72d85503d495 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig @@ -70,12 +70,12 @@ config SND_SOC_IMX_WM8958 a WM8958 codec. config SND_SOC_IMX_WM8962 - tristate "SoC Audio support for IMX boards with WM8958" + tristate "SoC Audio support for IMX boards with WM8962" select SND_MXC_SOC_MX2 select SND_SOC_WM8962 help Say Y if you want to add support for SoC audio on an i.MX board with - a WM8958 codec. + a WM8962 codec. config SND_SOC_IMX_CS42888 tristate "SoC Audio support for i.MX boards with cs42888" |