drm/rockchip: analogix_dp: fix the max_i2s_channels to 8

According to IC design, the max_i2s_channels is 8 in
RK3568/RK3576/RK3588.

Change-Id: Ic1bda08c4b8bab72c5cf32ee5ce9aad8c1075ffe
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
Damon Ding
2024-05-15 10:48:58 +08:00
committed by Tao Huang
parent 05bd68e5d5
commit 7ab25e6a29

View File

@@ -600,7 +600,7 @@ static int rockchip_dp_bind(struct device *dev, struct device *master,
.ops = &rockchip_dp_audio_codec_ops,
.spdif = 1,
.i2s = 1,
.max_i2s_channels = 2,
.max_i2s_channels = 8,
};
dp->audio_pdev =