diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-12-01 14:53:32 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-01 18:38:59 +0000 |
commit | fdcaecfc71e2f4ab70ce9469f14dd64c23bf401a (patch) | |
tree | 30d58473a635647e5c4baf2bee6c0de598a298fc /sound/soc/qcom | |
parent | 625ed9457de50d7726ccb3f2bc4e01e543ceb126 (diff) | |
download | linux-stable-fdcaecfc71e2f4ab70ce9469f14dd64c23bf401a.tar.gz linux-stable-fdcaecfc71e2f4ab70ce9469f14dd64c23bf401a.tar.bz2 linux-stable-fdcaecfc71e2f4ab70ce9469f14dd64c23bf401a.zip |
ASoC: qcom: sc8280xp: Add support for SM8450 and SM8550
Add compatibles for sound card on Qualcomm SM8450 and SM8550 boards.
The compatibles were already documented.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231201135332.154017-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/sc8280xp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 77722d6416b8..249a43e1dee3 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -151,6 +151,8 @@ static int sc8280xp_platform_probe(struct platform_device *pdev) 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"}, {} }; |