You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I presume that's just how they're exposed by ALSA. amixer does show that there exists a numid for each control which could perhaps be used for an alternative sort order - however I can't see how to pick up the snd_ctl_elem_id_t for the primitive control underlying the mixer element.
Even if that ordering fixes this problem, it may not suit all users. Perhaps there's some way to configure custom positioning to the controls at the UI level?
The text was updated successfully, but these errors were encountered:
With the 18i20 (gen 1 here) the output controls separates
ADAT 7/8
from the other ADAT and places it ahead of theLine
outputs:This looks like the enumeration is being tripped up by alphabetic ordering putting
10
between1
and2
:scarlett-mixer -p
I presume that's just how they're exposed by ALSA.
amixer
does show that there exists anumid
for each control which could perhaps be used for an alternative sort order - however I can't see how to pick up thesnd_ctl_elem_id_t
for the primitive control underlying the mixer element.amixer controls -c 3
Even if that ordering fixes this problem, it may not suit all users. Perhaps there's some way to configure custom positioning to the controls at the UI level?
The text was updated successfully, but these errors were encountered: