[pulseaudio-tickets] [Bug 70865] analog-output-speaker not working anymore when headphone is plugged

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 3 09:20:50 CET 2013


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

--- Comment #11 from Raymond <superquad.vortex2 at gmail.com> ---
Line Out has PCM playback switch is due to this patch

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/hda_generic.c?id=247d85ee068610c50d66ee0cd3130e02c69f5f2e


volume is ok but mute switch is not shared by two outputs ( at least on hp
dc5800)


 /* for a single channel output, we don't have to name the channel */
 if (cfg->line_outs == 1 && !spec->multi_ios)
- return "PCM";
+ return (ctl_type == NID_PATH_MUTE_CTL) ? channel_name[ch] : "PCM";

-- 
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/20131103/74407721/attachment.html>


More information about the pulseaudio-bugs mailing list