diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-23 11:26:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-23 11:26:46 -0300 |
commit | 6ca5dd9e3d79653dca2526305f2ff1ca4e78109c (patch) | |
tree | 86ba982e88ebebcf3bbfe584990e214c461ec7ea /linux/sound | |
parent | 7ce6b296a5e2630e37fd46e3235cd8e7c3c03fae (diff) | |
parent | ae6dcb6c3ced2b2db4e92eb60c4cd3213bcccd87 (diff) | |
download | mediapointer-dvb-s2-6ca5dd9e3d79653dca2526305f2ff1ca4e78109c.tar.gz mediapointer-dvb-s2-6ca5dd9e3d79653dca2526305f2ff1ca4e78109c.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/ivtv-fb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound')
-rw-r--r-- | linux/sound/pci/bt87x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index c0cddc589..cbbd22b4a 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -819,6 +819,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), + /* Viewcast Osprey 440 (rate is configurable via gpio) */ + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0xff07, 32000), /* ATI TV-Wonder */ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1002, 0x0001, 32000), /* Leadtek Winfast tv 2000xp delux */ |