feat: audio - add concurrent mixing, output switching, and device-aware UI
This commit is contained in:
@@ -189,6 +189,8 @@ struct DesktopState {
|
||||
bool vol_dragging; // slider drag in progress
|
||||
uint64_t vol_last_poll;
|
||||
uint64_t vol_serial; // last seen mixer state serial
|
||||
int vol_output; // 0=HDA, 1=Bluetooth
|
||||
int vol_bt_status; // A2DP state (>=2 means selectable)
|
||||
|
||||
// Temperature monitoring
|
||||
static constexpr int MAX_THERMAL_ZONES = 8;
|
||||
|
||||
Reference in New Issue
Block a user