projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b141429
)
MLK-16738: ASoC: fsl: amix: remove support for 64k and 96k rates
author
Viorel Suman
<viorel.suman@nxp.com>
Wed, 8 Nov 2017 09:22:29 +0000
(11:22 +0200)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:39:11 +0000
(15:39 -0500)
Remove support for 64k and 96k rates due to SAI MCLK freq limitations.
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
sound/soc/fsl/imx-amix.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-amix.c
b/sound/soc/fsl/imx-amix.c
index
bd64e6b
..
5c8fa0a
100644
(file)
--- a/
sound/soc/fsl/imx-amix.c
+++ b/
sound/soc/fsl/imx-amix.c
@@
-33,7
+33,7
@@
struct imx_amix {
};
static const u32 imx_amix_rates[] = {
- 8000, 12000, 16000, 24000, 32000, 48000,
64000, 96000,
+ 8000, 12000, 16000, 24000, 32000, 48000,
};
static const struct snd_pcm_hw_constraint_list imx_amix_rate_constraints = {