alsa-mixer: add mono input support for Behringer UMC22

This commit is contained in:
Nazar Mokrynskyi 2019-12-21 14:01:44 +02:00 committed by Arun Raghavan
parent 45abd0b43c
commit 69ba5a2b58
3 changed files with 71 additions and 0 deletions

View file

@ -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") },