summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-01-06 17:09:27 +0800
committerNicolin Chen <Guangyu.Chen@freescale.com>2014-01-16 19:27:49 +0800
commite493f08c171fd47f8dc364dcd83afbe790a2cc5b (patch)
tree2bf539184f5308fbfb8f57fd773ba2c4a13a3e7c /sound
parent9d2543eab3b8e441a9135644060558bbc1e66aa5 (diff)
ENGR00295423-5 Revert "ENGR00274386-1 ASoC: imx-wm8962: Fix 192KHz playback slow issue"
The root cause of playback slow issue should be trying to get DSPCLK_DIV before enabling SYSCLK of WM8962. Since we have a patch fixed it, we can revert this work round. This reverts commit 49a3ca545a88cdf4aa597c4dd7d904b4faaea555. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> (cherry picked from commit a4d253a8ab038661f515d72a175eb11688774874)
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/imx-wm8962.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 0af986a19d8a..aeaad67fe90f 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Freescale Semiconductor, Inc.
+ * Copyright (C) 2014 Freescale Semiconductor, Inc.
*
* Based on imx-sgtl5000.c
* Copyright (C) 2012 Freescale Semiconductor, Inc.
@@ -205,7 +205,7 @@ static int imx_hifi_hw_params(struct snd_pcm_substream *substream,
}
if (sample_format == SNDRV_PCM_FORMAT_S24_LE)
- pll_out = sample_rate * 192;
+ pll_out = sample_rate * 384;
else
pll_out = sample_rate * 256;