feat: headset auto switch

This commit is contained in:
awalol
2026-04-26 15:14:26 +08:00
parent 17627eebe4
commit c5805dcc8c
5 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
#define DS5_BRIDGE_USB_H
extern uint8_t mute[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
extern int16_t volume[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
extern float volume[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
#endif //DS5_BRIDGE_USB_H