Changed iface of some controls according to the latest driver change.

This commit is contained in:
Takashi Iwai 2001-07-12 16:36:25 +00:00
parent 0ebaf0d04e
commit d5834a9663
2 changed files with 5 additions and 8 deletions

View file

@ -395,7 +395,7 @@ void hardware_init(void)
exit(1);
}
snd_ctl_elem_value_set_interface(spdif_master, SND_CTL_ELEM_IFACE_PCM);
snd_ctl_elem_value_set_interface(spdif_master, SND_CTL_ELEM_IFACE_MIXER);
snd_ctl_elem_value_set_name(spdif_master, "Multi Track IEC958 Master");
snd_ctl_elem_value_set_interface(word_clock_sync, SND_CTL_ELEM_IFACE_PCM);