mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
envy24control - select external clock source for WordClock
See bug#1806 for more details.
This commit is contained in:
parent
ee5d6793a4
commit
06570095be
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ void internal_clock_toggled(GtkWidget *togglebutton, gpointer data)
|
|||
} else if (!strcmp(what, "SPDIF")) {
|
||||
internal_clock_set(13);
|
||||
} else if (!strcmp(what, "WordClock")) {
|
||||
internal_clock_set(13); // 13 should be considered '!internal'
|
||||
master_clock_word_select(1);
|
||||
} else {
|
||||
g_print("internal_clock_toggled: %s ???\n", what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue