Bug 531066
Summary: | wrong latency with cs46xx card causes constant dropouts | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Oliver Henshaw <oliver.henshaw> | ||||||||
Component: | pulseaudio | Assignee: | Lennart Poettering <lpoetter> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | rawhide | CC: | lkundrak, lpoetter, ralston, wtogami | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2009-10-26 23:45:13 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Oliver Henshaw
2009-10-26 18:51:22 UTC
Created attachment 366144 [details]
pulseaudio -vvvvv output with paplay
Here's the pulseaudio output when I play a .wav file with paplay. Pavucontrol is started during playback and then exited. Pulseaudio is killed after the track ends.
Created attachment 366145 [details]
pulseaudio -vvvvv output with aplay
Here's the pulseaudio output when I play a .wav file with aplay. Pavucontrol is started during playback and kept open until after the song ends. Pulseaudio is killed after the track ends.
Created attachment 366146 [details] pulseaudio -vvvvv output with paplay and tsched=0 Here's the pulseaudio output when I play a .wav file with paplay, when pulseaudio is started with tsched=0. Pavucontrol is started during playback and then exited. Pulseaudio is killed after the track ends. But see https://bugzilla.redhat.com/show_bug.cgi?id=485293#c7 about error messages in the log with tsched. Smells like issues with that specific audio driver. Could you by any chance play around with paplay's --latency== and figure out at which latency setting audio starts to break? (And yes, if you run pavucontrol we lower the playback latency, so that we can show a volume meter that is in sync with what you hear) If tsched=0 fixes the issues then this sounds a lot as if snd_pcm_rewind() is simply broken on this driver. Why did you file two bugs about this? what's the difference between this and bug 485293? OK, will merge the two bugs now. *** This bug has been marked as a duplicate of bug 485293 *** |