projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773df20
)
ASoC: qcom: sc8280xp: Add support for SM8650
author
Neil Armstrong
<neil.armstrong@linaro.org>
Tue, 12 Dec 2023 08:08:20 +0000
(09:08 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 18 Dec 2023 14:03:41 +0000
(14:03 +0000)
Add compatibles for sound card on Qualcomm SM8650 boards.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://msgid.link/r/20231212-topic-sm8650-upstream-snd-card-v1-2-fbfc38471204@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sc8280xp.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/qcom/sc8280xp.c
b/sound/soc/qcom/sc8280xp.c
index 249a43e1dee3c81651cd8662feee1a32ba5d855f..abef39b5c8ca1136c7c6002a6537078cf3005683 100644
(file)
--- 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"},
{}
};