Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Alan Cox
> > {0x414B4D01, "Asahi Kasei AK4540 rev 1", NULL}, > > + {0x41445303, "Yamaha YMF" , NULL}, > > Are you sure it's correct? I am almost certain that no YMFxxx Its definitely wrong > has on-chip AC97. I'd like to see a document that allows you > the change quoted above. 4144

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Alan Cox
> Loading the module would cause a very loud monotone > squeal, like some kind of theft detection device. The computer Thats actually a generic bug in both ALSA and the kernel AC97 driver (fixed in 2.2 and by Linus in 2.4test). It is feedback between the microphone and speakers - To unsub

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Pavel Roskin
Hello, Pete! > The idea of the patch looks good but there is a small problem. > I have an open/close fix queued with Alan for post-2.2.18, > which changes the enumeration scheme for ymfcpi to make it > more friendly to other sound cards (Bug from Abhijit Menon-Sen). > This is a conflict because y

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Jaroslav Kysela
On Fri, 8 Dec 2000, Pete Zaitcev wrote: > > +++ ./drivers/sound/ac97_codec.cThu Dec 7 11:00:44 2000 > > @@ -61,6 +61,7 @@ > > } ac97_codec_ids[] = { > > {0x414B4D00, "Asahi Kasei AK4540 rev 0", NULL}, > > {0x414B4D01, "Asahi Kasei AK4540 rev 1", NULL}, > > + {0x41445303, "Yamaha Y

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Pete Zaitcev
> Date: Fri, 8 Dec 2000 11:41:07 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > cc: <[EMAIL PROTECTED]>, Pete Zaitcev <[EMAIL PROTECTED]>, > Jaroslav Kysela <[EMAIL PROTECTED]> > --- ./drivers/sound/Config.in Thu Dec 7 10:59:06 2000 > +++ ./drivers/sound

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Adam J. Richter
This ALSA-based Yamaha PCI driver does not have the changes from ALSA that were necessary to make it run on the Transmeta-based Sony PictureBooks, right? I tried the driver in 2.4.0-test12pre7, and that driver with Pavel's patch, and that driver with Pavel's patch with "#include , #undef

[PATCH] for YMF PCI sound cards

2000-12-08 Thread Pavel Roskin
Hello! Description of the changes: Changed logic in drivers/sound/Config.in so that both drivers for YMF PCI can be compiled as modules, but neither of them is enabled if the other one is linked into the kernel (just like the UHCI drivers). Don't use ENOTTY in the ioctl routine in drivers/sound