From 62f5b5f0caaed01166471a7e679f7ededb90fbd9 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Wed, 7 May 2014 18:02:15 +0800 Subject: MLK-11479-10 ASoC: fsl: pop noise with wm8962 cherry-pick below patch from v3.14.y: ENGR00312217-1 ASoC: fsl: pop noise with wm8962 The reason of pop noise is that we change the sysclk in hw_free, which is for another wm8962 issue. So in currently the pop noise can't be resolved with no confliction. So for Android, because the samplerate is fixed. we can use other workaround for this issue: change the sysclk in the set_bias(). Signed-off-by: Shengjiu Wang (cherry picked from commit 84babc7fa0a56f6620f8b04a86baece620297dda) --- sound/soc/fsl/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sound/soc/fsl/Kconfig') diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 1d96da1e1e50..ea681cf2f929 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -301,6 +301,13 @@ config SND_SOC_IMX_WM8962 Say Y if you want to add support for SoC audio on an i.MX board with a wm8962 codec. +config SND_SOC_IMX_WM8962_ANDROID + tristate "SoC Audio support for i.MX boards with wm8962 in android" + depends on SND_SOC_IMX_WM8962=y + help + Say Y if you want to add support for SoC audio on an i.MX board with + a wm8962 codec in android. + config SND_SOC_IMX_ES8328 tristate "SoC Audio support for i.MX boards with the ES8328 codec" depends on OF && (I2C || SPI) -- cgit v1.2.3