More word clock fix for Delta1010LT

This commit is contained in:
Jaroslav Kysela 2004-02-23 12:51:02 +00:00
parent a58a42378f
commit f4c1772117

View file

@ -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");