diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile index eff5607a4347..cea9f66cf05d 100755 --- a/sound/soc/rockchip/Makefile +++ b/sound/soc/rockchip/Makefile @@ -3,7 +3,7 @@ snd-soc-rockchip-objs := rk_pcm.o card_info.o ifdef CONFIG_ARCH_RK29 snd-soc-rockchip-i2s-objs := rk29_i2s.o else -snd-soc-rockchip-i2s-objs := rk30_i2s.o +snd-soc-rockchip-i2s-objs := rk_i2s.o endif snd-soc-rockchip-spdif-objs := rk_spdif.o diff --git a/sound/soc/rockchip/rk30_i2s.c b/sound/soc/rockchip/rk_i2s.c similarity index 100% rename from sound/soc/rockchip/rk30_i2s.c rename to sound/soc/rockchip/rk_i2s.c