|
@@ -781,6 +781,8 @@ static struct pci_device_id snd_bt87x_ids[] = {
|
|
|
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),
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(pci, snd_bt87x_ids);
|