Revert "MLK-16738: ASoC: fsl: amix: remove support for 64k and 96k rates"
authorViorel Suman <viorel.suman@nxp.com>
Thu, 9 Nov 2017 15:28:58 +0000 (17:28 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:39:14 +0000 (15:39 -0500)
This reverts commit 0cc882c2d72c ("MLK-16738: ASoC: fsl: amix: remove
support for 64k and 96k rates").

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Frank Li <frank.li@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/fsl/imx-amix.c

index 5c8fa0a..bd64e6b 100644 (file)
@@ -33,7 +33,7 @@ struct imx_amix {
 };
 
 static const u32 imx_amix_rates[] = {
-       8000, 12000, 16000, 24000, 32000, 48000,
+       8000, 12000, 16000, 24000, 32000, 48000, 64000, 96000,
 };
 
 static const struct snd_pcm_hw_constraint_list imx_amix_rate_constraints = {