Skip to content

Commit ef9ddb9

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - change to suitable link model for ASUS platform
ASUS platform couldn't need to use Headset Mode model. It changes to the suitable model. Signed-off-by: Kailang Yang <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 9b7e520 commit ef9ddb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7117,7 +7117,7 @@ static const struct hda_fixup alc269_fixups[] = {
71177117
{ }
71187118
},
71197119
.chained = true,
7120-
.chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7120+
.chain_id = ALC269_FIXUP_HEADSET_MIC
71217121
},
71227122
[ALC294_FIXUP_ASUS_HEADSET_MIC] = {
71237123
.type = HDA_FIXUP_PINS,
@@ -7126,7 +7126,7 @@ static const struct hda_fixup alc269_fixups[] = {
71267126
{ }
71277127
},
71287128
.chained = true,
7129-
.chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7129+
.chain_id = ALC269_FIXUP_HEADSET_MIC
71307130
},
71317131
[ALC294_FIXUP_ASUS_SPK] = {
71327132
.type = HDA_FIXUP_VERBS,

0 commit comments

Comments
 (0)