aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/bt87x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
index 85d50b64d2ba..d87d6a3298ae 100644
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -764,6 +764,10 @@ static struct pci_device_id snd_bt87x_ids[] = {
764 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, 32000), 764 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, 32000),
765 /* AVerMedia Studio No. 103, 203, ...? */ 765 /* AVerMedia Studio No. 103, 203, ...? */
766 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1461, 0x0003, 48000), 766 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1461, 0x0003, 48000),
767 /* Prolink PixelView PV-M4900 */
768 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1554, 0x4011, 32000),
769 /* Pinnacle Studio PCTV rave */
770 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0xbd11, 0x1200, 32000),
767 { } 771 { }
768}; 772};
769MODULE_DEVICE_TABLE(pci, snd_bt87x_ids); 773MODULE_DEVICE_TABLE(pci, snd_bt87x_ids);