mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
More word clock fix for Delta1010LT
This commit is contained in:
parent
a58a42378f
commit
f4c1772117
1 changed files with 2 additions and 1 deletions
|
|
@ -603,7 +603,8 @@ static void create_master_clock(GtkWidget *box)
|
|||
|
||||
|
||||
|
||||
if (card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010)
|
||||
if (card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010 &&
|
||||
card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010LT)
|
||||
return;
|
||||
|
||||
radiobutton = gtk_radio_button_new_with_label(group, "Word Clock");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue