From ab671094aeb3f3805ddb0f06df0f57a79092dc4f Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Thu, 1 Jun 2006 08:33:48 +0200 Subject: [PATCH] --- yaml --- r: 28527 b: refs/heads/master c: 29463dfea754b8b360f638244f002c751aaad1b0 h: refs/heads/master i: 28525: 4ad1ae680725907c27b1bc78d3cda2a59959d76d 28523: 7a9979c7f3d2e7d0cc1a705763bfa453bb1bf601 28519: edee8cd6853aa2a49a69ff285aa948a14186365f 28511: e95fd51520f66e41bd8346f9017721cee054d22f v: v3 --- [refs] | 2 +- trunk/sound/pci/bt87x.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1a4ed1d6562e..f26edcf12710 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d20cad602fc3d92902dc3b4ed252359ab05eae0f +refs/heads/master: 29463dfea754b8b360f638244f002c751aaad1b0 diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index aa21cc74a854..c33642d8d9a1 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -781,10 +781,12 @@ static struct pci_device_id snd_bt87x_ids[] __devinitdata = { BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, 0x0070, 0x13eb, 32000), /* Viewcast Osprey 200 */ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0xff01, 44100), - /* AVerMedia Studio No. 103, 203, ...? */ - BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1461, 0x0003, 48000), /* Leadtek Winfast tv 2000xp delux */ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x107d, 0x6606, 32000), + /* Voodoo TV 200 */ + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, 32000), + /* AVerMedia Studio No. 103, 203, ...? */ + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1461, 0x0003, 48000), { } }; MODULE_DEVICE_TABLE(pci, snd_bt87x_ids);