[pulseaudio-tickets] [Bug 81580] Microphone port switch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 21 19:38:26 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=81580

--- Comment #9 from Raymond <superquad.vortex2 at gmail.com> ---
+    [ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
+        .type = HDA_FIXUP_PINS,
+        .v.pins = (const struct hda_pintbl[]) {
+            { 0x16, 0x21014020 }, /* dock line out */
+            { 0x19, 0x21a19030 }, /* dock mic */
+            { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack
detect */
+            { }
+        },
+        .chained = true,
+        .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
+    },
+    [ALC269_FIXUP_HEADSET_MODE] = {
+        .type = HDA_FIXUP_FUNC,
+        .v.func = alc_fixup_headset_mode,
+    },
+    [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
+        .type = HDA_FIXUP_FUNC,
+        .v.func = alc_fixup_headset_mode_no_hp_mic,
+    },



 static const struct snd_pci_quirk alc269_fixup_tbl[] = {
     SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
     SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
+    SND_PCI_QUIRK(0x1028, 0x05bd, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),


your laptop is using ALC269_FIXUP_DELL2_MIC_NO_PRESENCE

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20140722/4879d8b5/attachment.html>


More information about the pulseaudio-bugs mailing list