[pulseaudio-tickets] [Bug 64118] New: pa_sink_update_rate() suspend the sink but we rely on module-suspend-on-idle to unsuspend it
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 1 08:48:28 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=64118
Priority: medium
Bug ID: 64118
CC: lennart at poettering.net
Assignee: pulseaudio-bugs at lists.freedesktop.org
Summary: pa_sink_update_rate() suspend the sink but we rely on
module-suspend-on-idle to unsuspend it
QA Contact: pulseaudio-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: jjardon at gnome.org
Hardware: Other
Status: NEW
Version: unspecified
Component: core
Product: PulseAudio
I see this trying to play a 48000 stream:
I//system/bin/pulseaudio( 250): D: [pulseaudio] sink.c: Suspend cause of sink
hp_wireless is 0x0004, suspending
I//system/bin/pulseaudio( 250): I: [alsa-sink] alsa-sink.c: Device
suspended...
I//system/bin/pulseaudio( 250): I: [pulseaudio] alsa-sink.c: Updating rate for
device hw:1,0, new rate is 48000
I//system/bin/pulseaudio( 250): I: [pulseaudio] sink.c: Changed sampling rate
successfully
I//system/bin/pulseaudio( 250): I: [pulseaudio] resampler.c: Using resampler
'speex-fixed-1'
I//system/bin/pulseaudio( 250): I: [pulseaudio] resampler.c: Using s16le as
working format.
I//system/bin/pulseaudio( 250): I: [pulseaudio] resampler.c: Choosing speex
quality setting 1.
I//system/bin/pulseaudio( 250): D: [pulseaudio] memblockq.c: memblockq
requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1
maxrewind=0
I//system/bin/pulseaudio( 250): D: [pulseaudio] memblockq.c: memblockq
sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4
maxrewind=0
I//system/bin/pulseaudio( 250): D: [pulseaudio] sink-input.c: Updated
resampler for sink input 1
I//system/bin/pulseaudio( 250): D: [alsa-sink] sink-input.c: Requesting rewind
due to uncorking
I//system/bin/pulseaudio( 250): D: [alsa-sink] protocol-native.c: Requesting
rewind due to end of underrun.
I//system/bin/pulseaudio( 250): D: [alsa-sink] protocol-native.c: Requesting
rewind due to end of underrun.
So pulseaudio suspend the sink to change the rate but it doesnt get unsuspended
Loading module-suspend-on-idle fix the problem
--
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/20130501/2fa87db5/attachment.html>
More information about the pulseaudio-bugs
mailing list