diff options
author | WANG Siyuan <wangsiyuanbuaa@gmail.com> | 2013-09-22 15:13:57 +0800 |
---|---|---|
committer | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-10-15 05:01:36 +0200 |
commit | f38145e81c7ddc0c9a652d0fd833714264c2c6de (patch) | |
tree | 78664c3878da4d44c1a931bd50a22abfca0f31e2 /src/mainboard/amd/olivehill/acpi | |
parent | 7b6d412dbc4e5c11d3dd7890abf0edf279b3f504 (diff) |
AMD Olive Hill: fix Windows 7 HDMI audio issue
Windows 7 cannot find HDMI audio device because of acpi setting.
I have tested on Windows 7. I can play music.
Change-Id: I90ade7e7be79f65783922333c2cbb2d3cc6557ea
Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com>
Reviewed-on: http://review.coreboot.org/3933
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/olivehill/acpi')
-rw-r--r-- | src/mainboard/amd/olivehill/acpi/routing.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/olivehill/acpi/routing.asl b/src/mainboard/amd/olivehill/acpi/routing.asl index babf6ba576..0b924a3ba1 100644 --- a/src/mainboard/amd/olivehill/acpi/routing.asl +++ b/src/mainboard/amd/olivehill/acpi/routing.asl @@ -75,8 +75,8 @@ Name(APR0, Package(){ /* Bus 0, Dev 0 - F15 Host Controller */ /* Bus 0, Dev 1 - PCI Bridge for Internal Graphics(IGP) */ - Package(){0x0001FFFF, 0, 0, 17 }, - Package(){0x0001FFFF, 1, 0, 18 }, + Package(){0x0001FFFF, 0, 0, 44 }, + Package(){0x0001FFFF, 1, 0, 45 }, /* Bus 0, Dev 2 - PCIe Bridges */ Package(){0x0002FFFF, 0, 0, 18 }, |