From: Jaroslav Kysela Date: Mon, 23 Feb 2004 12:51:02 +0000 (+0000) Subject: More word clock fix for Delta1010LT X-Git-Tag: v1.0.3~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f4c1772117018c7cba4d867d64d41b7d5e9fdeca;p=alsa-tools.git More word clock fix for Delta1010LT --- diff --git a/envy24control/envy24control.c b/envy24control/envy24control.c index 5ec0c13..47123b0 100644 --- a/envy24control/envy24control.c +++ b/envy24control/envy24control.c @@ -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");