Commit cb994697 authored by Jack Yu's avatar Jack Yu Committed by Mark Brown

ASoC: rt722-sdca: modify channel number to support 4 channels

Channel numbers of dmic supports 4 channels, modify channels_max
regarding to this issue.
Signed-off-by: default avatarJack Yu <jack.yu@realtek.com>
Link: https://msgid.link/r/6a9b1d1fb2ea4f04b2157799f04053b1@realtek.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 306b38e3
......@@ -1330,7 +1330,7 @@ static struct snd_soc_dai_driver rt722_sdca_dai[] = {
.capture = {
.stream_name = "DP6 DMic Capture",
.channels_min = 1,
.channels_max = 2,
.channels_max = 4,
.rates = RT722_STEREO_RATES,
.formats = RT722_FORMATS,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment