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>
This commit is contained in:
Hannah Williams 2017-09-13 17:45:40 -07:00 committed by Martin Roth
parent 4ea66e6b6f
commit 1d4d3f3f73
1 changed files with 0 additions and 1 deletions

View File

@ -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)