projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625ed94
)
ASoC: qcom: sc8280xp: Add support for SM8450 and SM8550
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Fri, 1 Dec 2023 13:53:32 +0000
(14:53 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Dec 2023 18:38:59 +0000
(18:38 +0000)
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>
sound/soc/qcom/sc8280xp.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/sc8280xp.c
b/sound/soc/qcom/sc8280xp.c
index 77722d6416b896fb9ec8db25b25f605f753a7b7e..249a43e1dee3c81651cd8662feee1a32ba5d855f 100644
(file)
--- 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"},
{}
};