From 203f78dc92c2a095eaf29ba80f6d3b8442cb654a Mon Sep 17 00:00:00 2001 From: Grant Coady Date: Sun, 6 Nov 2005 10:52:51 +1100 Subject: [PATCH] --- yaml --- r: 13823 b: refs/heads/master c: 26205e026cf2b3bb039d6169978ae520973f4141 h: refs/heads/master i: 13821: dc9bb361f979baf77f40af025b14f42b4640b8cf 13819: 298643a6c339ac0a928afa6f5c45c4e26e750e65 13815: c666f7c0ff155c116073bea088a60c0485581104 13807: 12990c1138de415300587c5e11911605f7ababfb 13791: e7854325b33672b4d5ad366bb39fb65a6eeac8eb 13759: 4cbc1fe368e32b3d4cdd1fa0410afe2fb238c02f 13695: 38637e5eb7c421ceee10619baa56035b257b3b40 13567: 033ad911f7ee813f8c5895ca7a485527b3e67443 13311: 8c11522a0a0cb5828a63314d307d345faaa8c193 v: v3 --- [refs] | 2 +- trunk/sound/pci/bt87x.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f604e5400e14..649b45831766 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6 +refs/heads/master: 26205e026cf2b3bb039d6169978ae520973f4141 diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index eeddd98ed2fe..8feca228c6d4 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -897,8 +897,8 @@ static void __devexit snd_bt87x_remove(struct pci_dev *pci) /* default entries for all Bt87x cards - it's not exported */ /* driver_data is set to 0 to call detection */ static struct pci_device_id snd_bt87x_default_ids[] = { - BT_DEVICE(878, PCI_ANY_ID, PCI_ANY_ID, 0), - BT_DEVICE(879, PCI_ANY_ID, PCI_ANY_ID, 0), + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, PCI_ANY_ID, PCI_ANY_ID, 0), + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, PCI_ANY_ID, PCI_ANY_ID, 0), { } };