[pulseaudio-tickets] [Bug 84334] Unplugging headphone does not correctly fallback to external speakers
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 28 00:52:57 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84334
--- Comment #14 from Raymond <superquad.vortex2 at gmail.com> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/hda_generic.c?id=a07a949be6eb1c9aab06adaadce72dbd27b7d9cb
Ports:
analog-output: Analog Output (priority: 9900)
analog-output-speaker: Speakers (priority: 10000)
analog-output-headphones: Headphones (priority: 9000, not available)
if analog-output: Analog Output (priority: 9900) is related to surround40
you need to fix the driver by
- if (cfg->line_out_type != AUTO_PIN_HP_OUT)
+ if (cfg->line_out_type == AUTO_PIN_HP_OUT)
spec->const_channel_count = max(spec->const_channel_count,
cfg->hp_outs * 2);
--
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/20140928/57e06bd7/attachment.html>
More information about the pulseaudio-bugs
mailing list