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:
8f48b16
)
ASoC: qcom: x1e80100: add compatible for glymur SoC
author
Srinivas Kandagatla
<srinivas.kandagatla@oss.qualcomm.com>
Tue, 2 Sep 2025 14:00:41 +0000
(15:00 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 3 Sep 2025 11:34:23 +0000
(12:34 +0100)
Add support for glymur SoC based sound card support.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Message-ID: <
20250902140044
.54508-4-srinivas.kandagatla@oss.qualcomm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/x1e80100.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/x1e80100.c
b/sound/soc/qcom/x1e80100.c
index
322010d
..
444f216
100644
(file)
--- a/
sound/soc/qcom/x1e80100.c
+++ b/
sound/soc/qcom/x1e80100.c
@@
-218,6
+218,7
@@
static int x1e80100_platform_probe(struct platform_device *pdev)
static const struct of_device_id snd_x1e80100_dt_match[] = {
{ .compatible = "qcom,x1e80100-sndcard", .data = "x1e80100" },
+ { .compatible = "qcom,glymur-sndcard", .data = "glymur" },
{}
};
MODULE_DEVICE_TABLE(of, snd_x1e80100_dt_match);