Handle interfaces with fixed mixer inputs

This commit is contained in:
Geoffrey D. Bennett
2025-02-20 23:25:20 +10:30
parent 81bc3c77c8
commit 67ccd1d684
4 changed files with 25 additions and 8 deletions

View File

@@ -186,6 +186,7 @@ struct alsa_card {
GtkWidget *routing_mixer_out_grid;
int has_speaker_switching;
int has_talkback;
int has_fixed_mixer_inputs;
int routing_out_count[PC_COUNT];
int routing_in_count[PC_COUNT];
GMenu *routing_src_menu;