https://bugs.freedesktop.org/show_bug.cgi?id=44741
Arun Raghavan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] |esktop.org | CC| |david.henningsson@canonical | |.com --- Comment #2 from Arun Raghavan <[email protected]> 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. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
