Re: [Alsa-devel] Cards PCI ids

2002-11-06 Thread Free Ekanayaka
On 05/11/02 Takashi Iwai wrote... > > static struct pci_device_id snd_audiopci_ids[] __devinitdata = { > > #ifdef CHIP1370 > > { 0x1274, 0x5000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* > > ES1370 */ > > #endif > > #ifdef CHIP1371 > > { 0x1274, 0x1371, PCI_ANY_ID, PCI_ANY_ID, 0,

Re: [Alsa-devel] Cards PCI ids

2002-11-04 Thread Patrice Tisserand
On Mon, 2002-11-04 at 15:35, Free Ekanayaka wrote: > > Hi, > I'd like to modify the discover library > (http://hackers.progeny.com/discover) to use ALSA > modules names instead of OSS ones when detecting sound devices. > > Is there a place where I can found a mapping like: > > soundcard PC

[Alsa-devel] Cards PCI ids

2002-11-04 Thread Free Ekanayaka
Hi, I'd like to modify the discover library (http://hackers.progeny.com/discover) to use ALSA modules names instead of OSS ones when detecting sound devices. Is there a place where I can found a mapping like: soundcard PCI Id ---> ALSA module name ? thank you Free -