aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/lpass-wsa-macro.c
diff options
context:
space:
mode:
authorSrinivasa Rao Mandadapu <[email protected]>2021-10-26 07:43:04 +0000
committerMark Brown <[email protected]>2021-10-26 11:35:17 +0000
commit9d8c69814d7d8abf299998dd1d3f4a0b595cddca (patch)
tree3eb879b4fc93c531bc1f01e9b294aebf892372d5 /sound/soc/codecs/lpass-wsa-macro.c
parentASoC: topology: Fix stub for snd_soc_tplg_component_remove() (diff)
downloadkernel-9d8c69814d7d8abf299998dd1d3f4a0b595cddca.tar.gz
kernel-9d8c69814d7d8abf299998dd1d3f4a0b595cddca.zip
ASoC: qcom: Add compatible names in va,wsa,rx,tx codec drivers for sc7280
Add compatible names for sc7280 based targets in digital codec drivers va,wsa,rx and tx. Signed-off-by: Srinivasa Rao Mandadapu <[email protected]> Co-developed-by: Venkata Prasad Potturu <[email protected]> Signed-off-by: Venkata Prasad Potturu <[email protected]> Reviewed-by: Srinivas Kandagatla <[email protected]> Tested-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/codecs/lpass-wsa-macro.c')
-rw-r--r--sound/soc/codecs/lpass-wsa-macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/lpass-wsa-macro.c b/sound/soc/codecs/lpass-wsa-macro.c
index d3ac318fd6b6..75baf8eb7029 100644
--- a/sound/soc/codecs/lpass-wsa-macro.c
+++ b/sound/soc/codecs/lpass-wsa-macro.c
@@ -2445,6 +2445,7 @@ static int wsa_macro_remove(struct platform_device *pdev)
}
static const struct of_device_id wsa_macro_dt_match[] = {
+ {.compatible = "qcom,sc7280-lpass-wsa-macro"},
{.compatible = "qcom,sm8250-lpass-wsa-macro"},
{}
};