summaryrefslogtreecommitdiff
path: root/linux/sound/pci
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2007-10-16 14:59:10 -0700
committerClemens Ladisch <clemens@ladisch.de>2007-10-16 14:59:10 -0700
commit3ab73b7d43fcf0c9e7f0b5d8c3983c10213e772c (patch)
tree6bfd6df83ef140a3dea8f562ae748a6f69519641 /linux/sound/pci
parent1554c31dc6c915ba4fbce9b97c6e987274847ede (diff)
downloadmediapointer-dvb-s2-3ab73b7d43fcf0c9e7f0b5d8c3983c10213e772c.tar.gz
mediapointer-dvb-s2-3ab73b7d43fcf0c9e7f0b5d8c3983c10213e772c.tar.bz2
Backport kernel commit abaeeb59c94b6efc368f5058009c1d82ce031abd
kernel-sync: ALSA HG commit 5313 Date: Wed, 22 Aug 2007 12:19:45 +0000 (+0200) [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 'linux/sound/pci')
-rw-r--r--linux/sound/pci/bt87x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c
index dd8d436c9..05a4a0334 100644
--- a/linux/sound/pci/bt87x.c
+++ b/linux/sound/pci/bt87x.c
@@ -796,6 +796,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);