[pulseaudio-tickets] [Bug 90491] no sound after plugging in headphones/speakers, "Speaker+LO" volume is lowered to 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 20 00:51:11 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90491
--- Comment #26 from Raymond <superquad.vortex2 at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150520/e9365b9c/attachment.html>
More information about the pulseaudio-bugs
mailing list