From 556cc10e2c71ab10349e50358624dad28b773375 Mon Sep 17 00:00:00 2001 From: Zidan Wang Date: Wed, 22 Apr 2015 13:01:34 +0800 Subject: MLK-10713-2 ASoC: imx-sii902x: Add 96k and 192k sample rate support Add 96k and 192k sample rate support for hdmi audio. Signed-off-by: Zidan Wang (cherry picked from commit fa94b89ab94ce78800d112d0a013d0c0901d9b78) --- sound/soc/fsl/imx-sii902x.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sound/soc/fsl/imx-sii902x.c') diff --git a/sound/soc/fsl/imx-sii902x.c b/sound/soc/fsl/imx-sii902x.c index 8dfcf4cfde64..72c407dd4f9c 100644 --- a/sound/soc/fsl/imx-sii902x.c +++ b/sound/soc/fsl/imx-sii902x.c @@ -55,8 +55,10 @@ static int imx_sii902x_startup(struct snd_pcm_substream *substream) support_rates[0] = 32000; support_rates[1] = 48000; + support_rates[2] = 96000; + support_rates[3] = 192000; constraint_rates.list = support_rates; - constraint_rates.count = 2; + constraint_rates.count = 4; ret = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, &constraint_rates); -- cgit v1.2.3