mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
alsa-mixer: add support for Astro A50 gaming headset
This commit is contained in:
parent
8482b62b0a
commit
47d811224d
4 changed files with 30 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue