aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/bt87x.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-22 14:19:45 +0200
committerJaroslav Kysela <perex@perex.cz>2007-10-16 15:59:23 +0200
commitabaeeb59c94b6efc368f5058009c1d82ce031abd (patch)
tree8d6875f97ea6eb5c9ba1620fb856a8eca52da0de /sound/pci/bt87x.c
parent45c41b4868c9dbec5d43a4023e77994afa94470f (diff)
[ALSA] bt87x - Add known PCI ID entries
Added the PCI ID entries for known working devices - Prolink PixelView PV-M4900 - Pinnacle Studio PCTV rave Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/bt87x.c')
-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[] = {
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),
+ /* Prolink PixelView PV-M4900 */
+ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1554, 0x4011, 32000),
+ /* Pinnacle Studio PCTV rave */
+ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0xbd11, 0x1200, 32000),
{ }
};
MODULE_DEVICE_TABLE(pci, snd_bt87x_ids);