Re: [PATCH v1 11/13] ASoC: qcom: add apq8016 sound card support

From: Srinivas Kandagatla
Date: Fri May 15 2015 - 04:47:20 EST




On 15/05/15 06:23, Kenneth Westfield wrote:
On Wed, May 13, 2015 at 05:03:14AM -0700, Srinivas Kandagatla wrote:
This patch adds apq8016 machine driver support. This patch was tested on
two apq8016-sbc and msm8916-mtp board for both hdmi and analog audio
features.

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index 9cc5ed7..e71b0f2 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -34,3 +34,12 @@ config SND_SOC_STORM
help
Say Y or M if you want add support for SoC audio on the
Qualcomm Technologies IPQ806X-based Storm board.
+
+config SND_SOC_APQ8016_SBC
+ tristate "SoC Audio support for APQ8016 SBC platforms"
+ depends on SND_SOC_QCOM || ARCH_QCOM || COMPILE_TEST

I believe this should be:
depends on (SND_SOC_QCOM && ARCH_QCOM) || COMPILE_TEST

Yep , I will fix it.
+ select SND_SOC_LPASS_APQ8016
+ help
+ Support for Qualcomm Technologies LPASS audio block in
+ APQ8016 SOC-based systems.
+ Say Y if you want to use audio devices on MI2S

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/