mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
7a88f93116
commit
126ee9bddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue