summaryrefslogtreecommitdiff
path: root/sound/soc/qcom/Makefile
diff options
context:
space:
mode:
authorRohit kumar <rohitkr@codeaurora.org>2018-08-01 14:31:08 +0530
committerMark Brown <broonie@kernel.org>2018-08-01 12:00:21 +0100
commitc25e295cd77b37903ddc9ee27384e17aad08f27c (patch)
tree493a58b8725c8eac47de4b9d82a43fd877a82065 /sound/soc/qcom/Makefile
parent0c901e8cea15ba1e318d8f4342f7dc27a80b5978 (diff)
ASoC: qcom: Add support to parse common audio device nodes
This adds support to parse cpu, platform and codec device nodes and add them in dai-links. Also, update apq8096 machine driver to use the common API. Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Rohit kumar <rohitkr@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Makefile')
-rw-r--r--sound/soc/qcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/Makefile b/sound/soc/qcom/Makefile
index 206945bb9ba1..fefecc072265 100644
--- a/sound/soc/qcom/Makefile
+++ b/sound/soc/qcom/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_SND_SOC_LPASS_APQ8016) += snd-soc-lpass-apq8016.o
# Machine
snd-soc-storm-objs := storm.o
snd-soc-apq8016-sbc-objs := apq8016_sbc.o
-snd-soc-apq8096-objs := apq8096.o
+snd-soc-apq8096-objs := apq8096.o common.o
obj-$(CONFIG_SND_SOC_STORM) += snd-soc-storm.o
obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o