Re: [PATCH v3 2/5] ASoC: qcom: Add support to parse common audio device nodes

From: Srinivas Kandagatla
Date: Fri Jul 06 2018 - 13:51:27 EST




On 06/07/18 10:43, Rohit kumar wrote:
This adds support to parse cpu, platform and codec
device nodes and add them in dai-links. Also, add
API to add slave components associated with machine
driver.

Signed-off-by: Rohit kumar<rohitkr@xxxxxxxxxxxxxx>
---
sound/soc/qcom/Kconfig | 3 +
sound/soc/qcom/Makefile | 1 +
sound/soc/qcom/common.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++
sound/soc/qcom/common.h | 14 +++++
4 files changed, 168 insertions(+)
create mode 100644 sound/soc/qcom/common.c

common.c seems to miss

MODULE_LICENSE("GPL v2");

this will be an issue for snd card module auto-loading!

Also patch 5/5 can go with this.

Other than that it looks good.

Once these 2 fixed you can add my Ack

Acked-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>

--srini

create mode 100644 sound/soc/qcom/common.h