Skip to content

Commit c5d4f09

Browse files
Sugar Zhangbroonie
authored andcommitted
ASoC: rockchip: spdif: Add support for rk3568 spdif
This patch adds support for rk3568 spdif which is the same with rk3366. Signed-off-by: Sugar Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent acc8b9d commit c5d4f09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/rockchip/rockchip_spdif.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ static const struct of_device_id rk_spdif_match[] __maybe_unused = {
5858
.data = (void *)RK_SPDIF_RK3366 },
5959
{ .compatible = "rockchip,rk3399-spdif",
6060
.data = (void *)RK_SPDIF_RK3366 },
61+
{ .compatible = "rockchip,rk3568-spdif",
62+
.data = (void *)RK_SPDIF_RK3366 },
6163
{},
6264
};
6365
MODULE_DEVICE_TABLE(of, rk_spdif_match);

0 commit comments

Comments
 (0)