mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-01 07:15:48 -04:00
- Fixed control callbacks.
- Changed patchbay controls using the latest enumerated routing controls. No longer displays unsupported Routing table entries. - Removed "On" buttons. Only "Mute" buttons now.. It's enough, isn't it?
This commit is contained in:
parent
98a80c0ef9
commit
1e5f598904
6 changed files with 147 additions and 230 deletions
|
|
@ -401,7 +401,7 @@ void hardware_init(void)
|
|||
snd_ctl_elem_value_set_interface(word_clock_sync, SND_CTL_ELEM_IFACE_PCM);
|
||||
snd_ctl_elem_value_set_name(word_clock_sync, "Word Clock Sync");
|
||||
|
||||
snd_ctl_elem_value_set_interface(volume_rate, SND_CTL_ELEM_IFACE_PCM);
|
||||
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");
|
||||
|
||||
snd_ctl_elem_value_set_interface(spdif_input, SND_CTL_ELEM_IFACE_PCM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue