diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-10-05 21:03:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-06 11:52:47 +0100 |
commit | 698d0b59f3d91cc44a76dd2994a002d263c3606b (patch) | |
tree | 48f949447fe703d699e1c289ba90b09086afcc65 /sound/soc/rockchip | |
parent | 9d70594760a94523c550d2cc0f47b3c0af63c8e9 (diff) | |
download | blackbird-op-linux-698d0b59f3d91cc44a76dd2994a002d263c3606b.tar.gz blackbird-op-linux-698d0b59f3d91cc44a76dd2994a002d263c3606b.zip |
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 <sjoerd.simons@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r-- | sound/soc/rockchip/Makefile | 4 |
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 |