diff options
author | Saurabh Satija <saurabh.satija@intel.com> | 2016-06-26 18:25:34 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-07-01 03:22:04 +0200 |
commit | af9f35a2ced060450f61eab2e62936b857bcd077 (patch) | |
tree | 6d97b2954de77e51e054d953804c88aa6147090d /src/mainboard/google/reef/dsdt.asl | |
parent | 90e716691df44d82e38039ce4be20d80f9b4f030 (diff) |
mainboard/google/reef: Use common NHLT
Add ACPI NHLT table generation that the current hardware
supports.
Reef supports two audio codecs, Dialog 7219 for headsets
and Maxim 98357 for speakers.
Change-Id: Ie39947960c86b8f65140834e31f9ed9f1b578485
Signed-off-by: Saurabh Satija <saurabh.satija@intel.com>
Reviewed-on: https://review.coreboot.org/15440
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/dsdt.asl')
-rw-r--r-- | src/mainboard/google/reef/dsdt.asl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/dsdt.asl b/src/mainboard/google/reef/dsdt.asl index e48db4b55e..7a88fb648f 100644 --- a/src/mainboard/google/reef/dsdt.asl +++ b/src/mainboard/google/reef/dsdt.asl @@ -33,6 +33,7 @@ DefinitionBlock( { #include <soc/intel/apollolake/acpi/northbridge.asl> #include <soc/intel/apollolake/acpi/southbridge.asl> + #include <soc/intel/apollolake/acpi/pch_hda.asl> } } |