diff --git a/sound/soc/codecs/rk817_codec.c b/sound/soc/codecs/rk817_codec.c index 6d7ec02fa76a..82e6c56c1228 100644 --- a/sound/soc/codecs/rk817_codec.c +++ b/sound/soc/codecs/rk817_codec.c @@ -843,7 +843,7 @@ static struct snd_soc_dai_driver rk817_dai[] = { .capture = { .stream_name = "HiFi Capture", .channels_min = 2, - .channels_max = 2, + .channels_max = 8, .rates = RK817_CAPTURE_RATES, .formats = RK817_FORMATS, },