Skip to content

Commit ae6416c

Browse files
Binyuan Lanrkhuangtao
authored andcommitted
ASoC: rockchip: rk817-codec: change channels_max to 8
Change-Id: If6b91244e0c7d028ba3f2af5c2f76382913d9ffa Signed-off-by: Binyuan Lan <lby@rock-chips.com>
1 parent 93b94b9 commit ae6416c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/rk817_codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ static struct snd_soc_dai_driver rk817_dai[] = {
843843
.capture = {
844844
.stream_name = "HiFi Capture",
845845
.channels_min = 2,
846-
.channels_max = 2,
846+
.channels_max = 8,
847847
.rates = RK817_CAPTURE_RATES,
848848
.formats = RK817_FORMATS,
849849
},

0 commit comments

Comments
 (0)