mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ASoC: rockchip: spdif: Add support for rk3588 spdif
This patch adds support for rk3588 spdif which is the same with rk3366. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: Ia6677fc9281868edd9960337aa9726b36b754e3e
This commit is contained in:
@@ -60,6 +60,8 @@ static const struct of_device_id rk_spdif_match[] __maybe_unused = {
|
||||
.data = (void *)RK_SPDIF_RK3366 },
|
||||
{ .compatible = "rockchip,rk3568-spdif",
|
||||
.data = (void *)RK_SPDIF_RK3366 },
|
||||
{ .compatible = "rockchip,rk3588-spdif",
|
||||
.data = (void *)RK_SPDIF_RK3366 },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rk_spdif_match);
|
||||
|
||||
Reference in New Issue
Block a user