mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
alsa-mixer: add support for SteelSeries Arctis Pro 2019 headset
Signed-off-by: Dave Chiluk <chiluk@ubuntu.com>
This commit is contained in:
parent
f899d5f466
commit
7259e8c22f
5 changed files with 12 additions and 8 deletions
|
|
@ -0,0 +1,22 @@
|
|||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
[Mapping analog-chat]
|
||||
description = Chat
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
paths-input = analog-input-mic
|
||||
paths-output = steelseries-arctis-output-chat-common
|
||||
|
||||
[Mapping analog-game]
|
||||
description = Game
|
||||
device-strings = hw:%f,1,0
|
||||
channel-map = left,right
|
||||
paths-output = steelseries-arctis-output-game-common
|
||||
direction = output
|
||||
|
||||
[Profile output:analog-chat+output:analog-game+input:analog-chat]
|
||||
output-mappings = analog-chat analog-game
|
||||
input-mappings = analog-chat
|
||||
priority = 5100
|
||||
skip-probe = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue