diff options
author | Tomasz Kontusz <tomasz.kontusz@gmail.com> | 2020-07-19 15:06:55 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2020-07-26 04:39:40 +0000 |
commit | 680d7bb976f1ea5ecbec40413bef2f4b863c6ded (patch) | |
tree | 8b8cbc28ec6c3e382609b229a39d9bc495e8a99b /src | |
parent | 414644dff1abd32294db3be1fde001f56ec9e65a (diff) | |
download | pulseaudio-680d7bb976f1ea5ecbec40413bef2f4b863c6ded.tar.gz |
alsa-mixer: Fix well-known descriptions for steelseries game/chat outputs
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/alsa/alsa-mixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index 0ab9b8180..5805ffd4d 100644 --- a/src/modules/alsa/alsa-mixer.c +++ b/src/modules/alsa/alsa-mixer.c @@ -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; |