mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
ASoC: dt-bindings: qcom,sm8250: Add Hawi sound card
Prasad Kumpatla <prasad.kumpatla@oss.qualcomm.com> says: This series add support for sound card on Qualcomm Hawi boards. Link: https://patch.msgid.link/20260713180907.874954-1-prasad.kumpatla@oss.qualcomm.com
This commit is contained in:
commit
27e4b579cb
|
|
@ -24,6 +24,7 @@ properties:
|
|||
- items:
|
||||
- enum:
|
||||
- qcom,eliza-sndcard
|
||||
- qcom,hawi-sndcard
|
||||
- qcom,kaanapali-sndcard
|
||||
- qcom,sm8550-sndcard
|
||||
- qcom,sm8650-sndcard
|
||||
|
|
|
|||
|
|
@ -300,6 +300,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,
|
||||
|
|
@ -376,6 +385,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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user