mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user