diff --git a/sound/soc/rockchip/rockchip_i2s_tdm.c b/sound/soc/rockchip/rockchip_i2s_tdm.c index 249b3c2cbccb..49cdc5476f1a 100644 --- a/sound/soc/rockchip/rockchip_i2s_tdm.c +++ b/sound/soc/rockchip/rockchip_i2s_tdm.c @@ -1496,6 +1496,9 @@ static const struct of_device_id rockchip_i2s_tdm_match[] = { #ifdef CONFIG_CPU_RK3588 { .compatible = "rockchip,rk3588-i2s-tdm", }, #endif +#ifdef CONFIG_CPU_RV1106 + { .compatible = "rockchip,rv1106-i2s-tdm", }, +#endif #ifdef CONFIG_CPU_RV1126 { .compatible = "rockchip,rv1126-i2s-tdm", .data = &rv1126_i2s_soc_data }, #endif