diff options
author | Mark Brown <broonie@kernel.org> | 2023-12-19 17:46:16 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-19 17:46:16 +0100 |
commit | 2f2998895cc29e8660d848d2580b1787710e93f6 (patch) | |
tree | 2f789dc143b04161817d4baa6d3cefec39b5a795 /sound | |
parent | add es8326 dt-bindings, commonize headset codec (diff) | |
parent | ASoC: qcom: sc8280xp: Add support for SM8650 (diff) | |
download | linux-2f2998895cc29e8660d848d2580b1787710e93f6.tar.xz 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')
-rw-r--r-- | sound/soc/qcom/sc8280xp.c | 1 |
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"}, {} }; |