Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 698d0b59 authored by Sjoerd Simons's avatar Sjoerd Simons Committed by Mark Brown
Browse files

ASoC: rockchip: namespace rockchip i2s module name



Change the rockchip i2s object name (and thus module name) from the
rather generic snd-soc-i2s to the more specific snd-soc-rockchip-i2s

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9d705947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# ROCKCHIP Platform Support
snd-soc-i2s-objs := rockchip_i2s.o
snd-soc-rockchip-i2s-objs := rockchip_i2s.o

obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-i2s.o
obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-rockchip-i2s.o

snd-soc-rockchip-max98090-objs := rockchip_max98090.o
snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o