summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorShengjiu Wang <b02247@freescale.com>2014-05-07 18:02:15 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:49:57 +0800
commit62f5b5f0caaed01166471a7e679f7ededb90fbd9 (patch)
tree00f574e236da98286652fa74af59209d1ce37171 /sound/soc/fsl/Kconfig
parent2237688f52e10f4939354bc74850a543036a1c05 (diff)
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 <b02247@freescale.com> (cherry picked from commit 84babc7fa0a56f6620f8b04a86baece620297dda)
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig7
1 files changed, 7 insertions, 0 deletions
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)