Re: [alsa-devel] [PATCH v3 24/25] ASoC: qcom: apq8096: Add db820c machine driver

2018-02-22 Thread Srinivas Kandagatla

Thanks for the review,

On 22/02/18 11:00, Rohit Kumar wrote:

+config SND_SOC_MSM8996
+tristate "SoC Machine driver for MSM8996 and APQ8096 boards"
+depends on QCOM_APR
+select SND_SOC_QDSP6V2

should be select SND_SOC_QDSP6, V2 is not defined


I will fix this in next version.

--srini


Re: [alsa-devel] [PATCH v3 24/25] ASoC: qcom: apq8096: Add db820c machine driver

2018-02-22 Thread Srinivas Kandagatla

Thanks for the review,

On 22/02/18 11:00, Rohit Kumar wrote:

+config SND_SOC_MSM8996
+tristate "SoC Machine driver for MSM8996 and APQ8096 boards"
+depends on QCOM_APR
+select SND_SOC_QDSP6V2

should be select SND_SOC_QDSP6, V2 is not defined


I will fix this in next version.

--srini


Re: [alsa-devel] [PATCH v3 24/25] ASoC: qcom: apq8096: Add db820c machine driver

2018-02-22 Thread Rohit Kumar



On 2/13/2018 10:28 PM, srinivas.kandaga...@linaro.org wrote:

From: Srinivas Kandagatla 

This patch adds support to DB820c machine driver.

Signed-off-by: Srinivas Kandagatla 
---
  sound/soc/qcom/Kconfig   |   8 +++
  sound/soc/qcom/apq8096.c | 173 +++
  2 files changed, 181 insertions(+)
  create mode 100644 sound/soc/qcom/apq8096.c

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index 8c2d65e0a28e..fa4b575c086c 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -77,3 +77,11 @@ config SND_SOC_QDSP6
 This will enable sound soc platform specific
 audio drivers. This includes q6asm, q6adm,
 q6afe interfaces to DSP using apr.
+
+config SND_SOC_MSM8996
+   tristate "SoC Machine driver for MSM8996 and APQ8096 boards"
+   depends on QCOM_APR
+   select SND_SOC_QDSP6V2

should be select SND_SOC_QDSP6, V2 is not defined

+   default n
+   help
+To add support for SoC audio on MSM8996 and APQ8096 boards



Re: [alsa-devel] [PATCH v3 24/25] ASoC: qcom: apq8096: Add db820c machine driver

2018-02-22 Thread Rohit Kumar



On 2/13/2018 10:28 PM, srinivas.kandaga...@linaro.org wrote:

From: Srinivas Kandagatla 

This patch adds support to DB820c machine driver.

Signed-off-by: Srinivas Kandagatla 
---
  sound/soc/qcom/Kconfig   |   8 +++
  sound/soc/qcom/apq8096.c | 173 +++
  2 files changed, 181 insertions(+)
  create mode 100644 sound/soc/qcom/apq8096.c

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index 8c2d65e0a28e..fa4b575c086c 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -77,3 +77,11 @@ config SND_SOC_QDSP6
 This will enable sound soc platform specific
 audio drivers. This includes q6asm, q6adm,
 q6afe interfaces to DSP using apr.
+
+config SND_SOC_MSM8996
+   tristate "SoC Machine driver for MSM8996 and APQ8096 boards"
+   depends on QCOM_APR
+   select SND_SOC_QDSP6V2

should be select SND_SOC_QDSP6, V2 is not defined

+   default n
+   help
+To add support for SoC audio on MSM8996 and APQ8096 boards