audio: fixed the issue of PDM 16 channel capture. [1/1]

PD#SWPL-5551

Problem:
cannot capture 8PDM + 8LOOPBACK.

Solution:
PDM cannot support 8PDM + 8LOOPBACK.

Verify:
s420/s400, verify pass

Change-Id: Iaf38bdcb218ebfc024666312162569cab93a76a9
Signed-off-by: Renjun Xu <renjun.xu@amlogic.com>
This commit is contained in:
Renjun Xu
2019-04-04 15:08:50 +08:00
committed by Jianxin Pan
parent 3cb951733a
commit d415bb552f

View File

@@ -943,7 +943,7 @@ struct snd_soc_dai_driver aml_pdm_dai[] = {
.name = "PDM",
.capture = {
.channels_min = PDM_CHANNELS_MIN,
.channels_max = PDM_CHANNELS_MAX,
.channels_max = PDM_CHANNELS_LB_MAX,
.rates = PDM_RATES,
.formats = PDM_FORMATS,
},