Skip to content

Commit

Permalink
hda: add snoop quirk for a few other pci ids.
Browse files Browse the repository at this point in the history
* based on alsa.
  • Loading branch information
korli committed Jun 1, 2014
1 parent 45e3a5e commit f196b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp
Expand Up @@ -50,9 +50,15 @@ static const struct {
{ PCI_VENDOR_INTEL, 0x1d20, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x1e20, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x8c20, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x8d20, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x8d21, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x9c20, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x9c21, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x9ca0, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x0a0c, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x0c0c, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x0d0c, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x160c, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x811b, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x080a, HDA_QUIRK_SNOOP },
{ PCI_VENDOR_INTEL, 0x0f04, HDA_QUIRK_SNOOP },
Expand Down

0 comments on commit f196b1a

Please sign in to comment.