projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7e777
)
MLK-15980: Revert "ASoC: imx-wm8962: Use a lower FLL output rate for S20_3LE and...
author
Daniel Baluta
<daniel.baluta@nxp.com>
Fri, 14 Jul 2017 14:12:17 +0000
(17:12 +0300)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:37 +0000
(15:33 -0500)
This reverts commit
be13ac391d27c925
("MLK-15101: ASoC: imx-wm8962: Use a lower
FLL output rate for S20_3LE and S24_LE formats").
This breaks recording. We'll have to find a better fix for MLK-15101.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/fsl/imx-wm8962.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-wm8962.c
b/sound/soc/fsl/imx-wm8962.c
index
964c513
..
a8ef512
100644
(file)
--- a/
sound/soc/fsl/imx-wm8962.c
+++ b/
sound/soc/fsl/imx-wm8962.c
@@
-357,7
+357,7
@@
static int imx_hifi_hw_params(struct snd_pcm_substream *substream,
if (sample_format == SNDRV_PCM_FORMAT_S24_LE
|| sample_format == SNDRV_PCM_FORMAT_S20_3LE)
- pll_out = sample_rate *
192
;
+ pll_out = sample_rate *
384
;
else
pll_out = sample_rate * 256;