diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2015-05-16 13:32:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-21 21:12:30 +0100 |
commit | 9bae4880acee1cd7340d0566b55b927f92de89fb (patch) | |
tree | 18237c3cf8cecfb86bc1ebf07f3a30dbb5717a8f /sound/soc/qcom/Makefile | |
parent | a7310c496f376b945e7e61f64d69c9c0a93ee1ee (diff) |
ASoC: qcom: move ipq806x specific bits out of lpass driver.
This patch tries to make the lpass driver more generic by moving the
ipq806x specific bits out of the cpu and platform driver, also allows the
SOC specific drivers to add the correct register offsets.
This patch also renames the register definition header file into more
generic header file.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>
Acked-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Makefile')
-rw-r--r-- | sound/soc/qcom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/qcom/Makefile b/sound/soc/qcom/Makefile index c5ce96c761c4..f8aab91c9117 100644 --- a/sound/soc/qcom/Makefile +++ b/sound/soc/qcom/Makefile @@ -1,9 +1,11 @@ # Platform snd-soc-lpass-cpu-objs := lpass-cpu.o snd-soc-lpass-platform-objs := lpass-platform.o +snd-soc-lpass-ipq806x-objs := lpass-ipq806x.o obj-$(CONFIG_SND_SOC_LPASS_CPU) += snd-soc-lpass-cpu.o obj-$(CONFIG_SND_SOC_LPASS_PLATFORM) += snd-soc-lpass-platform.o +obj-$(CONFIG_SND_SOC_LPASS_IPQ806X) += snd-soc-lpass-ipq806x.o # Machine snd-soc-storm-objs := storm.o |