We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8b9d commit c5d4f09Copy full SHA for c5d4f09
sound/soc/rockchip/rockchip_spdif.c
@@ -58,6 +58,8 @@ static const struct of_device_id rk_spdif_match[] __maybe_unused = {
58
.data = (void *)RK_SPDIF_RK3366 },
59
{ .compatible = "rockchip,rk3399-spdif",
60
61
+ { .compatible = "rockchip,rk3568-spdif",
62
+ .data = (void *)RK_SPDIF_RK3366 },
63
{},
64
};
65
MODULE_DEVICE_TABLE(of, rk_spdif_match);
0 commit comments