Re: cs5536 ID for cs5535audio

From: jayakumar alsa
Date: Thu Dec 15 2005 - 01:48:11 EST


On 12/14/05, jayakumar alsa <jayakumar.alsa@xxxxxxxxx> wrote:
> On 12/14/05, René Rebe <rene@xxxxxxxxxxxx> wrote:
> > static struct pci_device_id snd_cs5535audio_ids[] = {
> > - { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO, PCI_ANY_ID,
> > - PCI_ANY_ID, 0, 0, 0, },
> > + { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO,
> > + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
> > + { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO,
> > + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
> > {}
> > };

René,

Also, as Jiri suggested, could you change those to:

PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO)
PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO)

Thanks,
jk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/