mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +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",
|
.name = "PDM",
|
||||||
.capture = {
|
.capture = {
|
||||||
.channels_min = PDM_CHANNELS_MIN,
|
.channels_min = PDM_CHANNELS_MIN,
|
||||||
.channels_max = PDM_CHANNELS_MAX,
|
.channels_max = PDM_CHANNELS_LB_MAX,
|
||||||
.rates = PDM_RATES,
|
.rates = PDM_RATES,
|
||||||
.formats = PDM_FORMATS,
|
.formats = PDM_FORMATS,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user