aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/qcom
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2023-12-19 16:46:16 +0000
committerGravatar Mark Brown <broonie@kernel.org> 2023-12-19 16:46:16 +0000
commit2f2998895cc29e8660d848d2580b1787710e93f6 (patch)
tree2f789dc143b04161817d4baa6d3cefec39b5a795 /sound/soc/qcom
parentadd es8326 dt-bindings, commonize headset codec (diff)
parentASoC: qcom: sc8280xp: Add support for SM8650 (diff)
downloadlinux-2f2998895cc29e8660d848d2580b1787710e93f6.tar.gz
linux-2f2998895cc29e8660d848d2580b1787710e93f6.tar.bz2
linux-2f2998895cc29e8660d848d2580b1787710e93f6.zip
ASoC: qcom: add sound card support for SM8650
Merge series from Neil Armstrong <neil.armstrong@linaro.org>: Document the SM8650 sound card using the SM8450 fallback and add the SM8650 compatible to the sc8280xp sound card driver to use the sm8650 card driver_name like SM8450 & SM8550.
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r--sound/soc/qcom/sc8280xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c
index ebbbb8e6b68c..9a096600df48 100644
--- a/sound/soc/qcom/sc8280xp.c
+++ b/sound/soc/qcom/sc8280xp.c
@@ -153,6 +153,7 @@ static const struct of_device_id snd_sc8280xp_dt_match[] = {
{.compatible = "qcom,sc8280xp-sndcard", "sc8280xp"},
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
+ {.compatible = "qcom,sm8650-sndcard", "sm8650"},
{}
};