Nicholas Sudsgaard has uploaded this change for review.

View Change

include/device/azalia.h: Correct values in AzaliaPinCfgLocationGross

Change-Id: If1c458a678d1d165f1a25b94c016c0afdfde08d4
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
---
M src/include/device/azalia.h
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/80420/1
diff --git a/src/include/device/azalia.h b/src/include/device/azalia.h
index 24f91d9..67f69f3 100644
--- a/src/include/device/azalia.h
+++ b/src/include/device/azalia.h
@@ -19,10 +19,10 @@
};

enum AzaliaPinCfgLocationGross {
- AZALIA_PINCFG_LOCATION_EXTERNAL = 0x00,
- AZALIA_PINCFG_LOCATION_INTERNAL = 0x10,
- AZALIA_PINCFG_LOCATION_EXT_CHASSIS = 0x20,
- AZALIA_PINCFG_LOCATION_OTHER = 0x30,
+ AZALIA_PINCFG_LOCATION_EXTERNAL = 0x0,
+ AZALIA_PINCFG_LOCATION_INTERNAL = 0x1,
+ AZALIA_PINCFG_LOCATION_EXT_CHASSIS = 0x2,
+ AZALIA_PINCFG_LOCATION_OTHER = 0x3,
};

enum AzaliaPinCfgLocationFine {

To view, visit change 80420. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If1c458a678d1d165f1a25b94c016c0afdfde08d4
Gerrit-Change-Number: 80420
Gerrit-PatchSet: 1
Gerrit-Owner: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Gerrit-MessageType: newchange