Opened 11 years ago
Closed 6 years ago
#3636 closed defect (fixed)
Speak doesn't release audio device properly
Reported by: | pgf | Owned by: | RafaelOrtiz |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Speak | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | Unconfirmed |
Description
this activity doesn't release the audio device when not using it. this will prevent an XO laptop from suspending properly, and may even prevent other programs from using the audio device.
this command can help observe that the activity is doing the right thing:
while sleep 0.1 do egrep 'closed|state' /proc/asound/card0/pcm0p/sub0/status done
the output should be "RUNNING" while noise is being made, and "closed" when not.
Change History (1)
comment:1 Changed 6 years ago by quozl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed.