summaryrefslogtreecommitdiff
path: root/sound/soc/rockchip/Makefile
diff options
context:
space:
mode:
authorXing Zheng <zhengxing@rock-chips.com>2016-08-03 16:10:00 +0800
committerMark Brown <broonie@kernel.org>2016-08-08 11:55:10 +0100
commitc6eac8a36a845e52ba520060a807044964ad9de5 (patch)
treedf1c55474854cdef7b3a2b0e392f3c32c9493a3d /sound/soc/rockchip/Makefile
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: rockchip: Add machine driver for RK3399 GRU Boards
Because we need to support the multiple codecs (MAX98357A/RT5514/DA7219) on the RK3399 GRU boards, this patch can help us to support these codecs. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> 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 c0bf560125f3..84e5c7c700e7 100644
--- a/sound/soc/rockchip/Makefile
+++ b/sound/soc/rockchip/Makefile
@@ -7,6 +7,8 @@ obj-$(CONFIG_SND_SOC_ROCKCHIP_SPDIF) += snd-soc-rockchip-spdif.o
snd-soc-rockchip-max98090-objs := rockchip_max98090.o
snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o
+snd-soc-rk3399-gru-sound-objs := rk3399_gru_sound.o
obj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
obj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
+obj-$(CONFIG_SND_SOC_RK3399_GRU_SOUND) += snd-soc-rk3399-gru-sound.o