diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-02 15:39:52 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-02 15:39:52 (GMT) |
commit | 3f08a0e4ab1ce65bb882f6425ff482e5db025f78 (patch) | |
tree | 76df21cb9a9c1571a676f1f556ddb09ebc813ec8 | |
parent | b04b4f7862de8d6e8b536853aaf66a6c1bb05cbd (diff) | |
download | linux-3f08a0e4ab1ce65bb882f6425ff482e5db025f78.tar.xz |
ALSA: bt87x - Add a quirk entry for Askey Computer Corp. MagicTView'99
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/bt87x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index ce3f2e9..24585c6 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c @@ -810,6 +810,8 @@ static struct pci_device_id snd_bt87x_ids[] = { BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x107d, 0x6606, GENERIC), /* Voodoo TV 200 */ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, GENERIC), + /* Askey Computer Corp. MagicTView'99 */ + BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x144f, 0x3000, GENERIC), /* AVerMedia Studio No. 103, 203, ...? */ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1461, 0x0003, AVPHONE98), /* Prolink PixelView PV-M4900 */ |