mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Fixed typo
This commit is contained in:
parent
dac3bdf3b1
commit
40a648acbf
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ void control_input_callback(gpointer data, gint source, GdkInputCondition condit
|
|||
return;
|
||||
|
||||
switch (snd_ctl_event_elem_get_interface(ev)) {
|
||||
case SND_CTL_ELEM_IFACE_MIXER:
|
||||
if (!strcmp(name, "Word Clock Sync"))
|
||||
master_clock_update();
|
||||
else if (!strcmp(name, "Multi Track Volume Rate"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue