alsa-mixer: add support for Astro A50 gaming headset

This commit is contained in:
Tomasz Kontusz 2020-07-12 14:53:14 +02:00 committed by Tanu Kaskinen
parent 8482b62b0a
commit 47d811224d
4 changed files with 30 additions and 11 deletions

View file

@ -4407,6 +4407,8 @@ static int mapping_verify(pa_alsa_mapping *m, const pa_channel_map *bonus) {
{ "iec958-dts-surround-51", N_("Digital Surround 5.1 (IEC958/DTS)") },
{ "hdmi-stereo", N_("Digital Stereo (HDMI)") },
{ "hdmi-surround-51", N_("Digital Surround 5.1 (HDMI)") },
{ "gaming-headset-chat", N_("Chat") },
{ "gaming-headset-game", N_("Game") },
};
const char *description_key = m->description_key ? m->description_key : m->name;