summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddartha Shaik <sshaik@codeaurora.org>2017-08-11 18:24:42 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-15 00:29:37 -0700
commitbcf5264d73e37e69001dcd0bcd46068656a294dd (patch)
tree008d71c91f1473f402186d2542f4dfee7cbb48b6
parent9aa8e1cd38cec9e7f49e614f7e23a2a4f5e130e4 (diff)
ASoC: msm: Quat MI2S capture dai update for 88.2 and 176.4 Khz rates
Quaternary MI2S capture dai update to support HDMI In feature requirement using DSP HW transcode loopback. CRs-Fixed: 2091424 Change-Id: I144bd8ad8b0e2f708acf78be00e8a93a25a88f2e Signed-off-by: Siddartha Shaik <sshaik@codeaurora.org>
-rw-r--r--sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c b/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
index 3610901addea..292b3d04f7d5 100644
--- a/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c
@@ -4152,7 +4152,8 @@ static struct snd_soc_dai_driver msm_dai_q6_mi2s_dai[] = {
.rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |
SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 |
SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |
- SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
+ SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 |
+ SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_176400 |
SNDRV_PCM_RATE_192000,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
.rate_min = 8000,