From 8f190e4b1534b482e5c7c6c5495b42a5f48d6621 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 13 Jan 2006 13:17:43 +0100 Subject: [PATCH] --- yaml --- r: 19556 b: refs/heads/master c: ec6c8c3b2588261669c1b101338ab4fe43b1b9c0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/ali5451/ali5451.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 77e697cfbdd2..c2b813257c22 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3183ec9cd98db7800d078768b1c9edc2fd0425f +refs/heads/master: ec6c8c3b2588261669c1b101338ab4fe43b1b9c0 diff --git a/trunk/sound/pci/ali5451/ali5451.c b/trunk/sound/pci/ali5451/ali5451.c index bc4d1ef08efa..e264136e8fb4 100644 --- a/trunk/sound/pci/ali5451/ali5451.c +++ b/trunk/sound/pci/ali5451/ali5451.c @@ -279,7 +279,7 @@ struct snd_ali { }; static struct pci_device_id snd_ali_ids[] = { - {0x10b9, 0x5451, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, + {PCI_DEVICE(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M5451), 0, 0, 0}, {0, } }; MODULE_DEVICE_TABLE(pci, snd_ali_ids);