[pulseaudio-tickets] [PulseAudio] #545: PulseAudio module-oss+OSS4 hang
PulseAudio
trac-noreply at tango.0pointer.de
Sun Apr 19 06:45:41 PDT 2009
#545: PulseAudio module-oss+OSS4 hang
------------------------+---------------------------------------------------
Reporter: blasux | Owner: lennart
Type: defect | Status: closed
Milestone: | Component: module-oss-*
Resolution: duplicate | Keywords:
------------------------+---------------------------------------------------
Comment(by blasux):
I found that commenting this out in module-oss.c helps:
{{{
if (u->sink)
pa_sink_get_volume(u->sink, TRUE, FALSE);
if (u->source)
pa_source_get_volume(u->source, TRUE);
}}}
But I still don't know what is cause of problem with pa_*_get_volume
--
Ticket URL: <http://pulseaudio.org/ticket/545#comment:2>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list