From aebc9bc8d3b8a613061d4d5ff46711229b885f9b Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Tue, 12 Apr 2016 10:19:12 +0800 Subject: Sync UDK2014 SVN commit in January 21, 2016: Add setup option to control _STA of LPE Audio. --- Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Vlv2TbltDevicePkg/AcpiPlatform') diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c index a7e54e3284..691a9d1d3c 100644 --- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c +++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under @@ -1056,6 +1056,7 @@ AcpiPlatformEntryPoint ( mGlobalNvsArea.Area->BatteryChargingSolution = GLOBAL_NVS_DEVICE_DISABLE; mGlobalNvsArea.Area->ISPDevSel = mSystemConfiguration.ISPDevSel; mGlobalNvsArea.Area->LpeEnable = mSystemConfiguration.Lpe; + mGlobalNvsArea.Area->LpeAudioReportedByDSDT = mSystemConfiguration.LpeAudioReportedByDSDT; if (mSystemConfiguration.ISPEn == 0) { mGlobalNvsArea.Area->ISPDevSel = GLOBAL_NVS_DEVICE_DISABLE; -- cgit v1.2.3