mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
envy24control - Delta 1010LT driver has Word Clock Status now
See ALSA bug#1806 for details.
This commit is contained in:
parent
06570095be
commit
ce125c5d76
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue