aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip/Makefile
diff options
context:
space:
mode:
authorJianqun <jay.xu@rock-chips.com>2014-09-13 08:40:19 +0800
committerMark Brown <broonie@kernel.org>2014-09-13 09:38:16 -0700
commit38306afc107c53c379757e7f3146a6418328ebc9 (patch)
tree62875389b9339f5806de1ebec59a0c3c89116eb8 /sound/soc/rockchip/Makefile
parentASoC: rockchip-i2s: enable "hclk" for rockchip I2S controller (diff)
downloadlinux-dev-38306afc107c53c379757e7f3146a6418328ebc9.tar.xz
linux-dev-38306afc107c53c379757e7f3146a6418328ebc9.zip
ASoC: rockchip-i2s: fix rockchip i2s defination more reasonable
Fix SND_ROCKCHIP_I2S to be more reasonable - SND_SOC_ROCKCHIP_I2S, SND_SOC_ROCKCHIP_I2S should select by audio driver, instead of SND_SOC_ROCKCHIP. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Makefile')
-rw-r--r--sound/soc/rockchip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile
index 1006418e1394..b9219092b47f 100644
--- a/sound/soc/rockchip/Makefile
+++ b/sound/soc/rockchip/Makefile
@@ -1,4 +1,4 @@
# ROCKCHIP Platform Support
snd-soc-i2s-objs := rockchip_i2s.o
-obj-$(CONFIG_SND_ROCKCHIP_I2S) += snd-soc-i2s.o
+obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-i2s.o