summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip/Makefile
diff options
context:
space:
mode:
authorzhengxing <zhengxing@rock-chips.com>2015-07-19 19:33:49 +0800
committerMark Brown <broonie@kernel.org>2015-07-20 18:15:07 +0100
commit86059653ea7ca7b30ed25d6bec5807ba59a4f2e6 (patch)
treead8dbbb8623c246464062300feac3d2433dd9dbd /sound/soc/rockchip/Makefile
parent49bdb0440541ad1144ad08d5613f9a28bcd2a8dc (diff)
downloadop-kernel-dev-86059653ea7ca7b30ed25d6bec5807ba59a4f2e6.zip
op-kernel-dev-86059653ea7ca7b30ed25d6bec5807ba59a4f2e6.tar.gz
ASoC: rockchip: Add machine driver for rt5645/rt5650 codec
The driver is used for rockchip board using a rt5645/rt5650. Reviewed-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: zhengxing <zhengxing@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, 2 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile
index df3445b..1bc1dc3 100644
--- a/sound/soc/rockchip/Makefile
+++ b/sound/soc/rockchip/Makefile
@@ -4,5 +4,7 @@ snd-soc-i2s-objs := rockchip_i2s.o
obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-i2s.o
snd-soc-rockchip-max98090-objs := rockchip_max98090.o
+snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o
obj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
+obj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
OpenPOWER on IntegriCloud