From: Prasad Kumpatla Date: Wed, 15 Oct 2025 07:57:17 +0000 (+0530) Subject: ASoC: qcom: sc8280xp: Add support for Kaanapali X-Git-Tag: v6.19-rc1~156^2~3^2~105^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4673dbe9837e3eb2fecdd12f0953006c31636aac;p=thirdparty%2Fkernel%2Flinux.git ASoC: qcom: sc8280xp: Add support for Kaanapali Add compatible for sound card on Qualcomm Kaanapali boards. Signed-off-by: Jingyi Wang Signed-off-by: Prasad Kumpatla Link: https://patch.msgid.link/20251015-knp-audio-v2-v3-3-e0e3e4167d87@oss.qualcomm.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c index 78e327bc2f077..aea8c1daff328 100644 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@ -191,6 +191,7 @@ static int sc8280xp_platform_probe(struct platform_device *pdev) } static const struct of_device_id snd_sc8280xp_dt_match[] = { + {.compatible = "qcom,kaanapali-sndcard", "kaanapali"}, {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"}, {.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"}, {.compatible = "qcom,qcs8275-sndcard", "qcs8300"},