MLK-16738: ASoC: fsl: amix: remove support for 64k and 96k rates
authorViorel Suman <viorel.suman@nxp.com>
Wed, 8 Nov 2017 09:22:29 +0000 (11:22 +0200)
committerNitin 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

index bd64e6b..5c8fa0a 100644 (file)
@@ -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 = {