[linux-yocto] [PATCH 2/4] valleyisland-io: enable HDA controller support for Baytrail

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Sun Dec 8 20:03:31 PST 2013


From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.chang at intel.com>

hda: Add HDA controller PCI ID with CPT parameters.

Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 ...support-for-Intel-Baytrail-HDA-controller.patch |   26 ++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/valleyisland-io/0010-hda-add-support-for-Intel-Baytrail-HDA-controller.patch

diff --git a/meta/cfg/kernel-cache/features/valleyisland-io/0010-hda-add-support-for-Intel-Baytrail-HDA-controller.patch b/meta/cfg/kernel-cache/features/valleyisland-io/0010-hda-add-support-for-Intel-Baytrail-HDA-controller.patch
new file mode 100644
index 0000000..6363924
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/valleyisland-io/0010-hda-add-support-for-Intel-Baytrail-HDA-controller.patch
@@ -0,0 +1,26 @@
+hda: add support for Intel Baytrail HDA controller
+
+Add HDA controller PCI ID with CPT parameters.
+
+Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
+---
+ sound/pci/hda/hda_intel.c |    3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
+index c78286f..ebb4d4f 100644
+--- a/sound/pci/hda/hda_intel.c
++++ b/sound/pci/hda/hda_intel.c
+@@ -3602,6 +3602,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
+ 	/* CPT */
+ 	{ PCI_DEVICE(0x8086, 0x1c20),
+ 	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
++	/* BYT */
++	{ PCI_DEVICE(0x8086, 0x0f04),
++	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
+ 	/* PBG */
+ 	{ PCI_DEVICE(0x8086, 0x1d20),
+ 	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
+--
+1.7.10.4
+
-- 
1.7.10.4



More information about the linux-yocto mailing list