From 9b556eaa0e774abd9a2ef9cb5e23d1e543249916 Mon Sep 17 00:00:00 2001 From: Ben Romberger Date: Wed, 10 May 2017 15:56:50 -0700 Subject: [PATCH] ASoC: msm: qdsp6v2: Add 144k sample rate to compress driver Add support for 144k sample rate in the compress driver. 144k is supported for TrueHD pass-through. Change-Id: I2a0e772e658e64f43ed1864814f91e7a36f67af6 Signed-off-by: Ben Romberger --- sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c index 5bd3b6d7014e..df91a4a30ea3 100644 --- a/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c @@ -90,7 +90,8 @@ struct msm_compr_gapless_state { static unsigned int supported_sample_rates[] = { 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, - 88200, 96000, 128000, 176400, 192000, 352800, 384000, 2822400, 5644800 + 88200, 96000, 128000, 144000, 176400, 192000, 352800, 384000, 2822400, + 5644800 }; struct msm_compr_pdata {