Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Peter Samuelson
[AC] > > [EMAIL PROTECTED] is alive and well however. [Pavel Roskin] > You cannot imagine how frustrating it was to search for the archive. > I couldn't find an up-to-date archive, and www.kernel.org keeps > silence about mailing lists. I cannot afford subscribing to every > list just to

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Alan Cox
> So, it's not just a matter of changing the constants under "case > SNDCTL_DSP_SPEED" in ymf_ioctl()? Actually, I hacked them to be > 4000 you believe it's unsafe. I'd keep it in the absence of other evidence. 8KHz is normally the low limit for AC97 codec based systems, but if the rate adaption

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Pavel Roskin
Hello, Alan! > > The Linux-sound list appears to be dead (I don't see my message in > > http://www.kernelnotes.org/lnxlists/linux-sound/), so I'm sending to the > > [EMAIL PROTECTED] is alive and well however. You cannot imagine how frustrating it was to search for the archive. I couldn't find

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Alan Cox
> The Linux-sound list appears to be dead (I don't see my message in > http://www.kernelnotes.org/lnxlists/linux-sound/), so I'm sending to the [EMAIL PROTECTED] is alive and well however. > An additional problem is that opl3 cannot find the device unless I load > and unload the old driver

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Alan Cox
The Linux-sound list appears to be dead (I don't see my message in http://www.kernelnotes.org/lnxlists/linux-sound/), so I'm sending to the [EMAIL PROTECTED] is alive and well however. An additional problem is that opl3 cannot find the device unless I load and unload the old driver

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Alan Cox
So, it's not just a matter of changing the constants under "case SNDCTL_DSP_SPEED" in ymf_ioctl()? Actually, I hacked them to be 4000rate5 and it worked fine, but I'll drop this part of my patch if you believe it's unsafe. I'd keep it in the absence of other evidence. 8KHz is normally

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-07 Thread Peter Samuelson
[AC] [EMAIL PROTECTED] is alive and well however. [Pavel Roskin] You cannot imagine how frustrating it was to search for the archive. I couldn't find an up-to-date archive, and www.kernel.org keeps silence about mailing lists. I cannot afford subscribing to every list just to slightly

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
> Date: Wed, 6 Dec 2000 15:00:38 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > To: Pete Zaitcev <[EMAIL PROTECTED]> > Subject: Re: YMF PCI - thanks, glitches, patches (fwd) > > > Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) > > > From: Pavel Ros

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
> > Ioctl 0x5401 is a mystery. I do not know what it is > > (looks like SNDCTL_TMR_TIMEBASE without uppper bits). > > It is caused by an attempt to play at 5512 Hz. In fact, this time (I've I was wrong. It happens for all sounds when sox calls setvbuf (ft->fp,NULL,_IOFBF,sizeof(char)*BUFSIZ)

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
On Wed, 6 Dec 2000, Pete Zaitcev wrote: > > Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) > > From: Pavel Roskin <[EMAIL PROTECTED]> > > cc: Jaroslav Kysela <[EMAIL PROTECTED]>, Pete Zaitcev <[EMAIL PROTECTED]>, > > <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > > > The native YMF PCI driver

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
> Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > cc: Jaroslav Kysela <[EMAIL PROTECTED]>, Pete Zaitcev <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > The native YMF PCI driver from Linux-2.4.0-test12-pre5 works on my card: I did

YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
Hello! The Linux-sound list appears to be dead (I don't see my message in http://www.kernelnotes.org/lnxlists/linux-sound/), so I'm sending to the authors and the people discussing the problem on the linux-kernel mailing list. An additional problem is that opl3 cannot find the device unless I

YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
Hello! The Linux-sound list appears to be dead (I don't see my message in http://www.kernelnotes.org/lnxlists/linux-sound/), so I'm sending to the authors and the people discussing the problem on the linux-kernel mailing list. An additional problem is that opl3 cannot find the device unless I

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) From: Pavel Roskin [EMAIL PROTECTED] cc: Jaroslav Kysela [EMAIL PROTECTED], Pete Zaitcev [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] The native YMF PCI driver from Linux-2.4.0-test12-pre5 works on my card: I did not have a

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
On Wed, 6 Dec 2000, Pete Zaitcev wrote: Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) From: Pavel Roskin [EMAIL PROTECTED] cc: Jaroslav Kysela [EMAIL PROTECTED], Pete Zaitcev [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] The native YMF PCI driver from

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pavel Roskin
Ioctl 0x5401 is a mystery. I do not know what it is (looks like SNDCTL_TMR_TIMEBASE without uppper bits). It is caused by an attempt to play at 5512 Hz. In fact, this time (I've I was wrong. It happens for all sounds when sox calls setvbuf (ft-fp,NULL,_IOFBF,sizeof(char)*BUFSIZ) Ioctl

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
Date: Wed, 6 Dec 2000 15:00:38 -0500 (EST) From: Pavel Roskin [EMAIL PROTECTED] To: Pete Zaitcev [EMAIL PROTECTED] Subject: Re: YMF PCI - thanks, glitches, patches (fwd) Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) From: Pavel Roskin [EMAIL PROTECTED] cc: Jaroslav Kysela [EMAIL