Merge "ASoC: msm: support up to 8 channel capture on MM1"

This commit is contained in:
Linux Build Service Account 2017-04-12 16:10:17 -07:00 committed by Gerrit - the friendly Code Review server
commit 3ce5511759

View file

@ -113,7 +113,7 @@ static struct snd_soc_dai_driver msm_fe_dais[] = {
SNDRV_PCM_FMTBIT_S24_3LE |
SNDRV_PCM_FMTBIT_S32_LE),
.channels_min = 1,
.channels_max = 4,
.channels_max = 8,
.rate_min = 8000,
.rate_max = 48000,
},