[pulseaudio-tickets] [Bug 44741] No sound output yet all software says there should be

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 12 11:23:36 PST 2012


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

Arun Raghavan <arun at accosted.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|pulseaudio-bugs at lists.freed |arun at accosted.net
                   |esktop.org                  |
                 CC|                            |david.henningsson at canonical
                   |                            |.com

--- Comment #2 from Arun Raghavan <arun at accosted.net> 2012-01-12 11:23:36 PST ---
Thanks for taking the time to report this problem. Summarising from our
conversation on IRC:

This bug is similar to the one fixed by David (who I'm adding to CC) in
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=838672974ec35c9e9eea4f67a2e7206f5cf87c22
-- the difference being that the control is "IEC958" and not "IEC958 Optical
Raw".

In general, I'd like to commit a patch that disables the IEC958 control for
analog output. On my laptop, for example, that element stays on all the time,
when it really need not be in analog mode. What do people think of a patch that
looks like this:

--- a/src/modules/alsa/mixer/paths/analog-output.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-output.conf.common
@@ -129,6 +129,9 @@ priority = 0
 name = output-bass-boost-off
 priority = 10

+[Element IEC958]
+switch = off
+
 [Element IEC958 Optical Raw]
 switch = off

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list