mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-10 08:21:06 -04:00
Added ADC/DAC volume controls
This commit is contained in:
parent
3bdc5c4692
commit
0ebaf0d04e
5 changed files with 467 additions and 7 deletions
|
|
@ -62,6 +62,14 @@ void control_input_callback(gpointer data, gint source, GdkInputCondition condit
|
|||
patchbay_update();
|
||||
else if (!strcmp(name, "IEC958 Playback Route"))
|
||||
patchbay_update();
|
||||
else if (!strcmp(name, "DAC Volume"))
|
||||
dac_volume_update(index);
|
||||
else if (!strcmp(name, "ADC Volume"))
|
||||
adc_volume_update(index);
|
||||
else if (!strcmp(name, "Output Sensitivity Switch"))
|
||||
dac_sense_update(index);
|
||||
else if (!strcmp(name, "Input Sensitivity Switch"))
|
||||
adc_sense_update(index);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue