From: Srinivas Kandagatla Date: Tue, 2 Sep 2025 14:00:41 +0000 (+0100) Subject: ASoC: qcom: x1e80100: add compatible for glymur SoC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8c7ea98650e644ff61d3774085f732b40d8f7788;p=users%2Fhch%2Fmisc.git ASoC: qcom: x1e80100: add compatible for glymur SoC Add support for glymur SoC based sound card support. Signed-off-by: Srinivas Kandagatla Message-ID: <20250902140044.54508-4-srinivas.kandagatla@oss.qualcomm.com> Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/x1e80100.c b/sound/soc/qcom/x1e80100.c index 322010d54af6..444f2162889f 100644 --- 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);