diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-19 10:20:13 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-19 10:20:13 +0200 |
commit | b016951e897b5bd06abfb732012f67b461fb1e2e (patch) | |
tree | 3a8f02e47e03dc47099808fb0b5d500a9c6b7cb7 /sound/pci | |
parent | d5c016b56cb08d5b043033010df958ba7bb384cc (diff) | |
download | op-kernel-dev-b016951e897b5bd06abfb732012f67b461fb1e2e.zip op-kernel-dev-b016951e897b5bd06abfb732012f67b461fb1e2e.tar.gz |
ALSA: hda - Add headset-mode* model options for ALC269 & co
Modern machines tend to have only one headset jack nowadays, and they
often need these quirks. Let's allow them applicable via model
option for ease of debugging.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6e1c8c3..4d11fbf 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5242,6 +5242,8 @@ static const struct hda_model_fixup alc269_fixup_models[] = { {.id = ALC271_FIXUP_DMIC, .name = "alc271-dmic"}, {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"}, {.id = ALC269_FIXUP_HEADSET_MIC, .name = "headset-mic"}, + {.id = ALC269_FIXUP_HEADSET_MODE, .name = "headset-mode"}, + {.id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC, .name = "headset-mode-no-hp-mic"}, {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"}, {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"}, {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"}, |