From ae6416c0e5dbaa76649a463915540e51b97c8fed Mon Sep 17 00:00:00 2001 From: Binyuan Lan Date: Mon, 11 Jun 2018 10:40:12 +0800 Subject: [PATCH] ASoC: rockchip: rk817-codec: change channels_max to 8 Change-Id: If6b91244e0c7d028ba3f2af5c2f76382913d9ffa Signed-off-by: Binyuan Lan --- sound/soc/codecs/rk817_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },