From 15cd3ad2b467a3fd2c7544e32fb7d02e1b8abc8a Mon Sep 17 00:00:00 2001 From: Martin Drab Date: Thu, 5 Jan 2006 18:33:56 +0100 Subject: [PATCH] --- yaml --- r: 19540 b: refs/heads/master c: 6421776a6f8b8503a88e07b205162842d3f7d702 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/bt87x.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0b49fa49cc7d..2d3a43209e20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d7d7596287588a953f450a3f18c5d4587f763d0 +refs/heads/master: 6421776a6f8b8503a88e07b205162842d3f7d702 diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index dc9cd3079b14..aaaa2e0d45c2 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -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);