From 918cf6de9e037c1d95c5f38b4f5c8195074914f4 Mon Sep 17 00:00:00 2001
From: Murai Takashi <tmurai01@gmail.com>
Date: Sat, 31 May 2014 05:36:26 +0900
Subject: [PATCH 4/5] Add Baytrail HDA controller
---
.../kernel/drivers/audio/hda/hda_controller.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp b/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp
index 5d90e3b..736523c 100644
a
|
b
|
static const struct {
|
55 | 55 | { PCI_VENDOR_INTEL, 0x0c0c, HDA_QUIRK_SNOOP }, |
56 | 56 | { PCI_VENDOR_INTEL, 0x811b, HDA_QUIRK_SNOOP }, |
57 | 57 | { PCI_VENDOR_INTEL, 0x080a, HDA_QUIRK_SNOOP }, |
| 58 | { PCI_VENDOR_INTEL, 0x0f04, HDA_QUIRK_SNOOP }, |
58 | 59 | // Enable snooping for ATI and Nvidia, right now for all their hda-devices, |
59 | 60 | // but only based on guessing. |
60 | 61 | { PCI_VENDOR_AMD, PCI_ALL_DEVICES, HDA_QUIRK_SNOOP }, |