[alsa-devel] [PATCH] atiixp: change parameter to macro define
Matthew Ranostay
mranostay at embeddedalley.com
Fri Jan 23 03:48:51 CET 2009
Change 0x15bd parameter to PCI_VENDOR_ID_DFI define.
Signed-off-by: Matthew Ranostay <mranostay at embeddedalley.com>
---
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
index 9ce8548..6baa6c4 100644
--- a/sound/pci/atiixp.c
+++ b/sound/pci/atiixp.c
@@ -297,7 +297,7 @@ static struct pci_device_id snd_atiixp_ids[] = {
MODULE_DEVICE_TABLE(pci, snd_atiixp_ids);
static struct snd_pci_quirk atiixp_quirks[] __devinitdata = {
- SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0),
+ SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3100, "DFI RS482", 0),
{ } /* terminator */
};
More information about the Alsa-devel
mailing list