aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 79e6fe7a863a..bf313bea7085 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3761,6 +3761,8 @@ static const struct hda_fixup alc269_fixups[] = {
3761 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */ 3761 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
3762 { } 3762 { }
3763 }, 3763 },
3764 .chained = true,
3765 .chain_id = ALC269_FIXUP_HEADSET_MIC
3764 }, 3766 },
3765 [ALC269_FIXUP_ASUS_X101_FUNC] = { 3767 [ALC269_FIXUP_ASUS_X101_FUNC] = {
3766 .type = HDA_FIXUP_FUNC, 3768 .type = HDA_FIXUP_FUNC,