mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Fix well-known descriptions for steelseries game/chat outputs
This commit is contained in:
parent
414644dff1
commit
680d7bb976
1 changed files with 2 additions and 2 deletions
|
|
@ -2728,8 +2728,8 @@ static int path_verify(pa_alsa_path *p) {
|
|||
{ "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)"), PA_DEVICE_PORT_TYPE_SPDIF },
|
||||
{ "multichannel-input", N_("Multichannel Input"), PA_DEVICE_PORT_TYPE_LINE },
|
||||
{ "multichannel-output", N_("Multichannel Output"), PA_DEVICE_PORT_TYPE_LINE },
|
||||
{ "steelseries-arctis-5-output-game", N_("Game Output"), PA_DEVICE_PORT_TYPE_HEADSET },
|
||||
{ "steelseries-arctis-5-output-chat", N_("Chat Output"), PA_DEVICE_PORT_TYPE_HEADSET },
|
||||
{ "steelseries-arctis-output-game-common", N_("Game Output"), PA_DEVICE_PORT_TYPE_HEADSET },
|
||||
{ "steelseries-arctis-output-chat-common", N_("Chat Output"), PA_DEVICE_PORT_TYPE_HEADSET },
|
||||
};
|
||||
|
||||
pa_alsa_element *e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue