Skip to content

Commit cb99469

Browse files
Jack Yubroonie
authored andcommitted
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: Jack Yu <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 306b38e commit cb99469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/rt722-sdca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ static struct snd_soc_dai_driver rt722_sdca_dai[] = {
13301330
.capture = {
13311331
.stream_name = "DP6 DMic Capture",
13321332
.channels_min = 1,
1333-
.channels_max = 2,
1333+
.channels_max = 4,
13341334
.rates = RT722_STEREO_RATES,
13351335
.formats = RT722_FORMATS,
13361336
},

0 commit comments

Comments
 (0)