summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/AcpiPlatform
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-04-12 10:19:12 +0800
committerzwei4 <david.wei@intel.com>2016-04-12 10:27:45 +0800
commitaebc9bc8d3b8a613061d4d5ff46711229b885f9b (patch)
tree268f7172bd1971a8fa983fccf0cddd64469e4f51 /Vlv2TbltDevicePkg/AcpiPlatform
parent354ac6c03356b27dee13c508d7156cf5519065f4 (diff)
downloadedk2-platforms-aebc9bc8d3b8a613061d4d5ff46711229b885f9b.tar.xz
Sync UDK2014 SVN commit in January 21, 2016: Add setup option to control _STA of LPE Audio.
Diffstat (limited to 'Vlv2TbltDevicePkg/AcpiPlatform')
-rw-r--r--Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c3
1 files changed, 2 insertions, 1 deletions
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.<BR>
+ Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
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;