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

--- Comment #26 from Raymond <[email protected]> ---
port replicator


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=5d9fab2d84963ec598810c54a67332decdd922a8

 /*
  * fujitsu model
- *  0x14 = headphone/spdif-out, 0x15 = internal speaker
+ *  0x14 = headphone/spdif-out, 0x15 = internal speaker,
+ *  0x1b = port replicator headphone out
  */



https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=24519911673eb5ef3eafcee5d247a52f36347f79


+    [ALC269_FIXUP_LIFEBOOK] = {
+        .type = ALC_FIXUP_PINS,
+        .v.pins = (const struct alc_pincfg[]) {
+            { 0x1a, 0x2101103f }, /* dock line-out */
+            { 0x1b, 0x23a11040 }, /* dock mic-in */
+            { }
+        },
+        .chained = true,
+        .chain_id = ALC269_FIXUP_QUANTA_MUTE
+    },

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to