aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/device/azalia_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/azalia_device.h b/src/include/device/azalia_device.h
index f7c1448863..42807fdd46 100644
--- a/src/include/device/azalia_device.h
+++ b/src/include/device/azalia_device.h
@@ -120,7 +120,7 @@ enum azalia_pin_misc {
#define AZALIA_PIN_DESC(conn, location2, location1, dev, type, color, misc, \
association, sequence) \
(((conn) << 30) | \
- ((location2) << 27) | \
+ ((location2) << 28) | \
((location1) << 24) | \
((dev) << 20) | \
((type) << 16) | \