envy24control - Delta 1010LT driver has Word Clock Status now

See ALSA bug#1806 for details.
This commit is contained in:
Jaroslav Kysela 2006-02-10 08:43:45 +00:00
parent 06570095be
commit ce125c5d76

View file

@ -163,7 +163,7 @@ gint master_clock_status_timeout_callback(gpointer data)
snd_ctl_elem_value_t *sw;
int err;
if (card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010)
if (card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010 && card_eeprom.subvendor != ICE1712_SUBDEVICE_DELTA1010LT)
return FALSE;
snd_ctl_elem_value_alloca(&sw);
snd_ctl_elem_value_set_interface(sw, SND_CTL_ELEM_IFACE_MIXER);