aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <[email protected]>2015-10-05 21:03:39 +0200
committerMark Brown <[email protected]>2015-10-06 11:52:47 +0100
commit698d0b59f3d91cc44a76dd2994a002d263c3606b (patch)
tree48f949447fe703d699e1c289ba90b09086afcc65
parent9d70594760a94523c550d2cc0f47b3c0af63c8e9 (diff)
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: Sjoerd Simons <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/rockchip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile
index 1bc1dc3c729a..e9ba55842879 100644
--- a/sound/soc/rockchip/Makefile
+++ b/sound/soc/rockchip/Makefile
@@ -1,7 +1,7 @@
# 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