[alsa-devel] [PATCH] ASoC: mxs: Fix the name of the SoC family
From: Fabio Estevam fabio.estevam@freescale.com
SND_SOC_MXS_SGTL5000 is used on MXS boards, so fix the SoC family name.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- sound/soc/mxs/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index 99a997f..b6fa776 100644 --- a/sound/soc/mxs/Kconfig +++ b/sound/soc/mxs/Kconfig @@ -10,7 +10,7 @@ menuconfig SND_MXS_SOC if SND_MXS_SOC
config SND_SOC_MXS_SGTL5000 - tristate "SoC Audio support for i.MX boards with sgtl5000" + tristate "SoC Audio support for MXS boards with sgtl5000" depends on I2C select SND_SOC_SGTL5000 help
On Wed, Aug 08, 2012 at 12:47:21AM -0300, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@freescale.com
SND_SOC_MXS_SGTL5000 is used on MXS boards, so fix the SoC family name.
Applied, thanks.
participants (2)
-
Fabio Estevam
-
Mark Brown