[pulseaudio-tickets] [Bug 93153] headphone jacks not working dell xps m1210
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Dec 2 22:42:47 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=93153
--- Comment #3 from Raymond <superquad.vortex2 at gmail.com> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/hda/hda_generic.c
case AUTO_PIN_HP_OUT:
/* if the primary channel vol/mute is shared with spk volume,
* don't name it as Headphone
*/
if (!ch && cfg->speaker_outs &&
!path_has_mixer(codec, spec->speaker_paths[0], ctl_type))
- break;
+ return "Speaker+HP";
/* for multi-io case, only the primary out */
if (ch && spec->multi_ios)
break;
*index = ch;
return "Headphone";
--
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/20151203/373777b9/attachment.html>
More information about the pulseaudio-bugs
mailing list