|
Bugzilla – Full Text Bug Listing |
| Summary: | MainActor doesn't work (OSS emulation problem) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Takashi Iwai <tiwai> |
| Component: | Sound | Assignee: | Takashi Iwai <tiwai> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Takashi Iwai
2005-09-08 11:20:10 UTC
It should be like: info.blocks = (runtime->oss.bytes - delay - fixup) / runtime->oss.period_bytes; ah, no, obviously wrong again. Looks like we need a workaround for this with a new flag. Some apps assume that blocks means the empty blocks and some apps the filled blocks. Looking at oss/audio.c and oss/dmabuf.c, the latter seems major. Fixed on rc2. The behavior of 9.3 is back when buggy-ptr option is set to pcm proc file. |