diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c index 176f340d6bf6..97faa2e2df22 100644 --- a/sound/soc/rockchip/rockchip_sai.c +++ b/sound/soc/rockchip/rockchip_sai.c @@ -1262,6 +1262,7 @@ static const struct snd_soc_component_driver rockchip_sai_component = { .name = DRV_NAME, .controls = rockchip_sai_controls, .num_controls = ARRAY_SIZE(rockchip_sai_controls), + .legacy_dai_naming = 1, }; static irqreturn_t rockchip_sai_isr(int irq, void *devid)