[PATCH v1 2/2] ASoC: qcom: sc8280xp: Add support for Hawi
From: Prasad Kumpatla
Date: Mon Jul 13 2026 - 14:09:39 EST
Add compatible for sound card on Qualcomm Hawi platform.
Signed-off-by: Prasad Kumpatla <prasad.kumpatla@xxxxxxxxxxxxxxxx>
---
sound/soc/qcom/sc8280xp.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/sound/soc/qcom/sc8280xp.c b/sound/soc/qcom/sc8280xp.c
index 728300a57..265fbea21 100644
--- a/sound/soc/qcom/sc8280xp.c
+++ b/sound/soc/qcom/sc8280xp.c
@@ -360,6 +360,15 @@ static const struct snd_soc_common eliza_priv_data = {
.wcd_jack = true,
};
+static const struct snd_soc_common hawi_priv_data = {
+ .driver_name = "hawi",
+ .dapm_widgets = sc8280xp_dapm_widgets,
+ .num_dapm_widgets = ARRAY_SIZE(sc8280xp_dapm_widgets),
+ .codec_sysclk_set = true,
+ .mi2s_bclk_enable = true,
+ .wcd_jack = true,
+};
+
static const struct snd_soc_common kaanapali_priv_data = {
.driver_name = "kaanapali",
.dapm_widgets = sc8280xp_dapm_widgets,
@@ -437,6 +446,7 @@ static const struct snd_soc_common sm8750_priv_data = {
static const struct of_device_id snd_sc8280xp_dt_match[] = {
{ .compatible = "qcom,eliza-sndcard", .data = &eliza_priv_data },
+ { .compatible = "qcom,hawi-sndcard", .data = &hawi_priv_data },
{ .compatible = "qcom,kaanapali-sndcard", .data = &kaanapali_priv_data },
{ .compatible = "qcom,qcm6490-idp-sndcard", .data = &qcm6490_priv_data },
{ .compatible = "qcom,qcs615-sndcard", .data = &qcs615_priv_data },
--
2.34.1