summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa/hudson/acpi/audio.asl
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-05-31 13:57:52 +1000
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-14 20:47:57 +0200
commitf7d8f09d7637915c98fca4832d4085aec949c7e0 (patch)
tree86d7a38523d05cb9c964e473ddb432274c2e1b8b /src/southbridge/amd/agesa/hudson/acpi/audio.asl
parent7a22b0976c16d09eed5ab07beb28942fe70b8b43 (diff)
downloadcoreboot-staging-f7d8f09d7637915c98fca4832d4085aec949c7e0.zip
coreboot-staging-f7d8f09d7637915c98fca4832d4085aec949c7e0.tar.gz
amd/agesa,cimx: Rename ACPI OS detection methods
Try to 'standardize' the otherwise peculiar method naming to be somewhat more in-line with other ACPI implementations. This makes it easier to compare with vendor DSDT dumps for example. Change-Id: I5ba54f7361796669ac0cab7ff91e7de43b22e846 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5888 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/acpi/audio.asl')
-rw-r--r--src/southbridge/amd/agesa/hudson/acpi/audio.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/acpi/audio.asl b/src/southbridge/amd/agesa/hudson/acpi/audio.asl
index 3140215..2c25ab5 100644
--- a/src/southbridge/amd/agesa/hudson/acpi/audio.asl
+++ b/src/southbridge/amd/agesa/hudson/acpi/audio.asl
@@ -47,7 +47,7 @@ Device(AZHD) { /* 0:14.2 - HD Audio */
Method (_INI, 0, NotSerialized)
{
- If (LEqual (OSTP, 0x03))
+ If (LEqual (OSVR, 0x03))
{
Store (Zero, NSEN)
Store (One, NSDO)
OpenPOWER on IntegriCloud