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
libasound2 implements alsa_mixer using alsa_ctl, alsa_ctl being the actual low level interface used to communicate with the kernel driver. alsa_mixer provides an abstraction over the alsa controls, by combining for example the left and right channels of a low level control (which are separate) into a single control.
It might be interesting to consider re-implementing a replacement high level mixer interface instead of relying on libasound2's mixer implementation.
The text was updated successfully, but these errors were encountered:
libasound2 implements alsa_mixer using alsa_ctl, alsa_ctl being the actual low level interface used to communicate with the kernel driver. alsa_mixer provides an abstraction over the alsa controls, by combining for example the left and right channels of a low level control (which are separate) into a single control.
It might be interesting to consider re-implementing a replacement high level mixer interface instead of relying on libasound2's mixer implementation.
The text was updated successfully, but these errors were encountered: