projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393de01
)
ASoC: qcom: sc8280xp Add SM8750 sound card
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Fri, 1 Nov 2024 16:51:59 +0000
(17:51 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 5 Nov 2024 12:53:33 +0000
(12:53 +0000)
Add OF device ID entry for SM8750 sound card with its own model name,
used to load proper Audioreach topology file. The sound card is
compatible with SM8450 and newer family.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://patch.msgid.link/20241101165159.370619-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
922ecad
..
3113773
100644
(file)
--- a/
sound/soc/qcom/sc8280xp.c
+++ b/
sound/soc/qcom/sc8280xp.c
@@
-190,6
+190,7
@@
static const struct of_device_id snd_sc8280xp_dt_match[] = {
{.compatible = "qcom,sm8450-sndcard", "sm8450"},
{.compatible = "qcom,sm8550-sndcard", "sm8550"},
{.compatible = "qcom,sm8650-sndcard", "sm8650"},
+ {.compatible = "qcom,sm8750-sndcard", "sm8750"},
{}
};