aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/device/azalia.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/device/azalia.h b/src/include/device/azalia.h
index 0ac4fcd8a7..7abf8e8c06 100644
--- a/src/include/device/azalia.h
+++ b/src/include/device/azalia.h
@@ -25,10 +25,10 @@
*/
enum AzaliaPinCfgPortConnectivity {
- AZALIA_PINCFG_PORT_JACK = 0b00,
- AZALIA_PINCFG_PORT_NC = 0b01,
- AZALIA_PINCFG_PORT_FIXED = 0b10,
- AZALIA_PINCFG_PORT_MULTIPLE = 0b11,
+ AZALIA_PINCFG_PORT_JACK = 0,
+ AZALIA_PINCFG_PORT_NC = 1,
+ AZALIA_PINCFG_PORT_FIXED = 2,
+ AZALIA_PINCFG_PORT_MULTIPLE = 3,
};
enum AzaliaPinCfgLocationGross {