mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 18:53:02 +09:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user