[pulseaudio-tickets] [Bug 90608] Headphone detection problems after power cycling
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat May 23 22:31:35 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90608
--- Comment #3 from Raymond <superquad.vortex2 at gmail.com> ---
2) If only the headphones are plugged in to the front panel, everything works
fine. Subsequently, if I plug speakers into the back panel, both the headphones
and speakers become muted. To get sound out of the headphones again, I need to
unplug them and plug them back in.
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths/analog-output-headphones.conf
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths/analog-output-headphones.conf?id=31575f7766d6ff39665b64a3a04412eff1c39957
+[Element Front]
+switch = off
+volume = off
+
+[Element Rear]
+switch = off
+volume = off
+
+[Element Sourround]
+switch = off
+volume = off
+
+[Element Side]
+switch = off
+volume = off
+
+[Element Center]
+switch = off
+volume = off
+
+[Element LFE]
+switch = off
+volume = off
+
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths/analog-output-lineout.conf
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths/analog-output-lineout.conf?id=9d0a5b5cb7ea3adc1b548a6e1e953ee20835e6b6
-; This profile path is intended to control the default output, not the
-; headphones. But it should not hurt if we leave the headphone jack
-; enabled nonetheless.
+; This profile path is intended to control line out, let's mute headphones
+; else there will be a spike when plugging in headphones
[Element Headphone]
-switch = mute
-volume = zero
+switch = off
+volume = off
[Element Headphone2]
-switch = mute
-volume = zero
+switch = off
+volume = off
[Element Speaker]
-switch = mute
+switch = off
volume = off
--
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/20150524/c86c35f2/attachment.html>
More information about the pulseaudio-bugs
mailing list