From: leqi <le.qi@oss.qualcomm.com>
To: Srinivas Kandagatla <srini@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: linux-sound@vger.kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel@oss.qualcomm.com, leqi <le.qi@oss.qualcomm.com>
Subject: [PATCH v1 2/2] ASoC: qcom: sc8280xp: Add QCS615 compatible for
Date: Thu, 9 Oct 2025 10:33:41 +0800 [thread overview]
Message-ID: <20251009023341.27277-3-le.qi@oss.qualcomm.com> (raw)
In-Reply-To: <20251009023341.27277-1-le.qi@oss.qualcomm.com>
Add QCS615 compatible string to the sc8280xp sound card driver
to enable sound card support on QCS615-based boards.
Signed-off-by: leqi <le.qi@oss.qualcomm.com>
---
sound/soc/qcom/sc8280xp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c
index 3cf71cb1766e..1780397e68d4 100644
--- a/sound/soc/qcom/sc8280xp.c
+++ b/sound/soc/qcom/sc8280xp.c
@@ -192,6 +192,7 @@ static int sc8280xp_platform_probe(struct platform_device *pdev)
static const struct of_device_id snd_sc8280xp_dt_match[] = {
{.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
+ {.compatible = "qcom,qcs615-sndcard", "qcs615"},
{.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"},
{.compatible = "qcom,qcs8275-sndcard", "qcs8300"},
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
--
2.34.1
next prev parent reply other threads:[~2025-10-09 2:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 2:33 [PATCH v1 0/2] ASoC: Add QCS615 sound card support leqi
2025-10-09 2:33 ` [PATCH v1 1/2] ASoC: dt-bindings: qcom,sm8250: Add QCS615 sound card leqi
2025-10-09 2:47 ` Krzysztof Kozlowski
2025-10-09 4:01 ` Le Qi
2025-10-09 8:15 ` Krzysztof Kozlowski
2025-10-09 8:33 ` Le Qi
2025-10-09 11:36 ` Mark Brown
2025-10-09 2:33 ` leqi [this message]
2025-10-09 13:36 ` [PATCH v1 2/2] ASoC: qcom: sc8280xp: Add QCS615 compatible for Dmitry Baryshkov
2025-10-16 12:41 ` [PATCH v1 0/2] ASoC: Add QCS615 sound card support Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251009023341.27277-3-le.qi@oss.qualcomm.com \
--to=le.qi@oss.qualcomm.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.