mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
alsa-mixer: add mono input support for Behringer UMC22
This commit is contained in:
parent
45abd0b43c
commit
69ba5a2b58
3 changed files with 71 additions and 0 deletions
|
|
@ -4392,6 +4392,8 @@ static int mapping_verify(pa_alsa_mapping *m, const pa_channel_map *bonus) {
|
|||
|
||||
static const struct description_map well_known_descriptions[] = {
|
||||
{ "analog-mono", N_("Analog Mono") },
|
||||
{ "analog-mono-left", N_("Analog Mono (Left)") },
|
||||
{ "analog-mono-right", N_("Analog Mono (Right)") },
|
||||
{ "analog-stereo", N_("Analog Stereo") },
|
||||
{ "mono-fallback", N_("Mono") },
|
||||
{ "stereo-fallback", N_("Stereo") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue