Re: Splash at beginning of movie confuses Ogle
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Wed Mar 24 2004, John Polstra wrote: > On 24-Mar-2004 Bj|rn Englund wrote: > > > Try setting the environment variable OGLE_OSS_RESET_BUG and then run > > ogle and see if you still have the problem or if it works. > > Wow, that fixes it! I never would have guessed that this problem had > anything to do with audio. > > I'm a FreeBSD committer and might be able to help get our driver > fixed. Do you know whether this particular sound chip works with Ogle > under Linux (without the OGLE_OSS_RESET_BUG work-around)? If it does, > then maybe I can see what the Linux driver is doing differently when > it resets the chip. > No I don't know if this chip works in linux. But this is a common problem that pops up from time to time in different audio drivers, nothing chip/hw specific. I suspect that driver writers forget that the device should "reset"/be able to accept new format settings after a SNDCTL_DSP_SYNC or SNDCTL_DSP_RESET ioctl, and not just after a new open of the audio device. /Bj|rn