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
create mode 100644 sound/soc/qcom/common.h