diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-02-11 21:51:23 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-16 02:57:51 +0000 |
commit | e37806766feb667be25ada02ada2b796131ca6d0 (patch) | |
tree | e9c83782171faf9271a6d6e1feda3e4c0cd49df6 /src/southbridge/amd/cimx/sb800/acpi/audio.asl | |
parent | 9ca1ef96aef59d0e03610566f90f028e9c487712 (diff) |
sb/amd/*/*/acpi: Reduce stylistic differences
Change-Id: I1375b1d18113000b31266030fd7115e23d7cce5f
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61875
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb800/acpi/audio.asl')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/acpi/audio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb800/acpi/audio.asl b/src/southbridge/amd/cimx/sb800/acpi/audio.asl index 0adb13687d..0d5f00d33c 100644 --- a/src/southbridge/amd/cimx/sb800/acpi/audio.asl +++ b/src/southbridge/amd/cimx/sb800/acpi/audio.asl @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -Device(AZHD) { +Device(AZHD) { /* 0:14.2 - HD Audio */ Name(_ADR, 0x00140002) OperationRegion(AZPD, PCI_Config, 0x00, 0x100) Field(AZPD, AnyAcc, NoLock, Preserve) { |