envy24control - Fix SPDIF input control

Fix SPDIF input control name that was wrongly set due to a typo in
the changeset 48406c03292e.
This commit is contained in:
Takashi Iwai 2007-10-09 12:30:14 +02:00
parent 7a88f93116
commit 126ee9bddb

View file

@ -775,7 +775,7 @@ void hardware_init(void)
snd_ctl_elem_value_set_interface(volume_rate, SND_CTL_ELEM_IFACE_MIXER);
snd_ctl_elem_value_set_name(volume_rate, "Multi Track Volume Rate");
if (! card_is_dmx6fire) {
if (card_is_dmx6fire) {
snd_ctl_elem_value_set_interface(spdif_input, SND_CTL_ELEM_IFACE_MIXER);
snd_ctl_elem_value_set_name(spdif_input, "Optical Digital Input Switch");
} else {