summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2017-11-08 11:22:29 +0200
committerViorel Suman <viorel.suman@nxp.com>2017-11-08 13:34:28 +0200
commit126106d38775f9e32901897af7c9c1a44504ef1c (patch)
treeb513a99e47cbe1e4b06cfcf6997f2e1a61837be4 /sound
parent2d942db12c01cb0535c077da92a3710c91197d08 (diff)
MLK-16738: ASoC: fsl: amix: remove support for 64k and 96k rates
Remove support for 64k and 96k rates due to SAI MCLK freq limitations. Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/imx-amix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-amix.c b/sound/soc/fsl/imx-amix.c
index bd64e6b688c2..5c8fa0aea6e0 100644
--- 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 = {