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:
parent
4ea66e6b6f
commit
1d4d3f3f73
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue