Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-23 Thread Jaroslav Kysela
On Tue, 23 Mar 2004, Jonathan Woithe wrote: > > Could you add exactly same initialization sequence to > > alsa-oss/test/testoss.c code? So we can debug easily the problem here. > > Sorry, I couldn't see where this would fit in in this file - testoss.c seems > more like it's testing the oss redir

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-22 Thread Jonathan Woithe
Hi all > > I did this last night. The following is my analysis of the problem. > > With full debug selected, the only message reported by the ALSA system is > > ALSA ../alsa-kernel/core/pcm_timer.c:70: BUG? (rate != 0) > > (called from d8c33a79) > > That is, the assertion "rate!=0" fails. T

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-18 Thread Jaroslav Kysela
On Thu, 18 Mar 2004, Jonathan Woithe wrote: > I did this last night. The following is my analysis of the problem. > > With full debug selected, the only message reported by the ALSA system is > ALSA ../alsa-kernel/core/pcm_timer.c:70: BUG? (rate != 0) > (called from d8c33a79) > That is, the

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-17 Thread Jonathan Woithe
Takashi > > > > I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation > > > > driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to > > > > start audio playback (such as playing a video clip) the ALSA driver panics > > > > with a divide by zero error. The d

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-16 Thread Takashi Iwai
At Tue, 16 Mar 2004 08:45:00 +1030 (CST), Jonathan Woithe wrote: > > > > I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation > > > driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to > > > start audio playback (such as playing a video clip) the ALSA driv

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-15 Thread Jonathan Woithe
> > I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation > > driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to > > start audio playback (such as playing a video clip) the ALSA driver panics > > with a divide by zero error. The decoded oops is found belo

Re: [Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-15 Thread Takashi Iwai
At Mon, 15 Mar 2004 09:47:07 +1030 (CST), Jonathan Woithe wrote: > > Hi all > > I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation > driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to > start audio playback (such as playing a video clip) the ALSA driv

[Alsa-devel] ALSA driver 1.0.2c: divide by zero oops

2004-03-14 Thread Jonathan Woithe
Hi all I have been trying cinelerra 1.1.9 in OSS mode against the OSS emulation driver (snd-pcm-oss) from ALSA driver 1.0.2c. Whenever anything is done to start audio playback (such as playing a video clip) the ALSA driver panics with a divide by zero error. The decoded oops is found below. Unde