summaryrefslogtreecommitdiff
path: root/src/drivers/include/gpios.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/gpios.hpp')
-rw-r--r--src/drivers/include/gpios.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/include/gpios.hpp b/src/drivers/include/gpios.hpp
index fe4b1c4c..55486be7 100644
--- a/src/drivers/include/gpios.hpp
+++ b/src/drivers/include/gpios.hpp
@@ -55,8 +55,9 @@ class IGpios {
kPhoneDetect = 8,
kAmplifierEnable = 9,
kSdCardDetect = 10,
- kAmplifierUnmute = 11,
- // 12 through 15 are unused
+ kAmplifierUnmuteLegacy = 11,
+ kAmplifierMute = 12,
+ // 13 through 15 are unused
};
/* Nicer value names for use with kSdMuxSwitch. */