From abb207258ad36be4d3deff2e681dbc334af96971 Mon Sep 17 00:00:00 2001 From: Aditya Bavanari Date: Tue, 24 Jan 2017 11:33:17 +0530 Subject: ASoC: msm: Add support for 128KHz in the compress driver As the audio policy supports the 128KHz sampling rate, add the support in the kernel driver as well. CRs-fixed: 1098834 Change-Id: I27b573d8b7d6120730dc607fd1fe9feac42ad009 Signed-off-by: Aditya Bavanari --- sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc') diff --git a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c index 2ba41ac1877f..3820d9dd91ee 100644 --- a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c @@ -100,7 +100,7 @@ struct msm_compr_gapless_state { static unsigned int supported_sample_rates[] = { 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, - 88200, 96000, 176400, 192000, 352800, 384000, 2822400, 5644800 + 88200, 96000, 128000, 176400, 192000, 352800, 384000, 2822400, 5644800 }; struct msm_compr_pdata { -- cgit v1.2.3