diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-04-07 19:52:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-07 19:52:34 -0700 |
| commit | 81a479b12870d916aff00bd59f856e7afbdfd14b (patch) | |
| tree | fcdd13bce8f9a7412397c4535b0e01b1706eabc3 | |
| parent | 8ca646263b4e86bec2e4a452efe38463f7835f57 (diff) | |
| parent | c230fbe3c01b5f3f063cda174c94013ba9e3345d (diff) | |
Merge "ASoC: msm: qdsp6v2: add 24b capture support for tert mi2s"
| -rw-r--r-- | sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c | 3 |
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 27daa3a3f061..26b40d2081f0 100644 --- a/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-dai-q6-v2.c @@ -4125,7 +4125,8 @@ static struct snd_soc_dai_driver msm_dai_q6_mi2s_dai[] = { SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_192000, - .formats = SNDRV_PCM_FMTBIT_S16_LE, + .formats = SNDRV_PCM_FMTBIT_S16_LE | + SNDRV_PCM_FMTBIT_S24_LE, .rate_min = 8000, .rate_max = 192000, }, |
