aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/chip.c
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2017-09-13 17:45:40 -0700
committerMartin Roth <martinroth@google.com>2017-09-16 22:29:14 +0000
commit1d4d3f3f73ded523b271c3b211deff949589751e (patch)
treeca8078c3b3fd899822deef75a2a9b29c481cbe06 /src/soc/intel/apollolake/chip.c
parent4ea66e6b6fd04308a0864ebc21cdf814a57f83ac (diff)
soc/intel/apollolake: Leave Hda enabled for GLK
Audio was disabled during initial stages, this patch enables back. It was disabled to unblock other validation tests. TEST=lspci lists audio controller Change-Id: I5d3872e86623763e20ee6464897f47792c731642 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-on: https://review.coreboot.org/21529 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/chip.c')
-rw-r--r--src/soc/intel/apollolake/chip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 2c47766fcc..cfc4b6f704 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -494,7 +494,6 @@ static void glk_fsp_silicon_init_params_cb(
struct soc_intel_apollolake_config *cfg, FSP_S_CONFIG *silconfig)
{
silconfig->Gmm = 0;
- silconfig->HdaEnable = 0;
}
void __attribute__((weak)) mainboard_devtree_update(struct device *dev)