From 452836f4d311c204bb85425b85444d06e404e660 Mon Sep 17 00:00:00 2001 From: Siddartha Shaik Date: Fri, 19 May 2017 21:46:52 +0530 Subject: [PATCH] ASoC: msm: Add support for 192KHz sampling rate Add upto 192KHz support for Multimedia18 FE DAI. This FE DAI is to support DSP loopback upto 192KHZ. CRs-Fixed: 2049714 Change-Id: I7197744a02b0bd23e40eebe23b0220a5dd22ac47 Signed-off-by: Siddartha Shaik --- sound/soc/msm/msm-dai-fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/msm/msm-dai-fe.c b/sound/soc/msm/msm-dai-fe.c index 509574faebf8..24dbbedf0be7 100644 --- a/sound/soc/msm/msm-dai-fe.c +++ b/sound/soc/msm/msm-dai-fe.c @@ -2582,7 +2582,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = { .channels_min = 1, .channels_max = 8, .rate_min = 8000, - .rate_max = 48000, + .rate_max = 192000, }, .ops = &msm_fe_Multimedia_dai_ops, .compress_new = snd_soc_new_compress,