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:
bbd1e5e
)
ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
author
Alexey Klimov
<alexey.klimov@linaro.org>
Wed, 2 Oct 2024 02:20:10 +0000
(
03:20
+0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 2 Oct 2024 13:02:03 +0000
(14:02 +0100)
Add "qcom,qrb4210-rb2-sndcard" to the list of recognizable
devices.
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Link:
https://patch.msgid.link/20241002022015.867031-3-alexey.klimov@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sm8250.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/qcom/sm8250.c
b/sound/soc/qcom/sm8250.c
index 274bab28209aea0f2783f162f9048205b67524b2..19adadedc88a2aa42b0c4f73320c7fe911fa8f06 100644
(file)
--- a/
sound/soc/qcom/sm8250.c
+++ b/
sound/soc/qcom/sm8250.c
@@
-174,6
+174,7
@@
static int sm8250_platform_probe(struct platform_device *pdev)
static const struct of_device_id snd_sm8250_dt_match[] = {
{.compatible = "qcom,sm8250-sndcard"},
+ {.compatible = "qcom,qrb4210-rb2-sndcard"},
{.compatible = "qcom,qrb5165-rb5-sndcard"},
{}
};