mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
acp: Sennheiser GSX stereo profile
The card can output at higher sample rates in stereo profile, so add that.
This commit is contained in:
parent
2625983a23
commit
e0938303e6
1 changed files with 18 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
auto-profiles = no
|
||||
|
||||
[Mapping analog-chat-output]
|
||||
description-key = gaming-headset-chat
|
||||
device-strings = hw:%f,0
|
||||
channel-map = mono
|
||||
paths-output = analog-chat-output
|
||||
|
|
@ -38,13 +39,16 @@ priority = 4000
|
|||
intended-roles = phone
|
||||
|
||||
[Mapping analog-output-surround71]
|
||||
description-key = analog-surround-71
|
||||
device-strings = hw:%f,1
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
#channel-map = front-left,front-right,front-center,lfe,rear-left,rear-right,side-left,side-right # Swap channel fix that some devices require
|
||||
paths-output = virtual-surround-7.1
|
||||
priority = 4100
|
||||
direction = output
|
||||
|
||||
[Mapping analog-chat-input]
|
||||
description-key = gaming-headset-chat
|
||||
device-strings = hw:%f,0
|
||||
channel-map = mono
|
||||
paths-input = analog-chat-input
|
||||
|
|
@ -56,3 +60,17 @@ output-mappings = analog-output-surround71 analog-chat-output
|
|||
input-mappings = analog-chat-input
|
||||
priority = 5100
|
||||
skip-probe = yes
|
||||
|
||||
[Mapping stereo-output]
|
||||
description = 2.0 HD
|
||||
device-strings = hw:%f,1
|
||||
channel-map = stereo
|
||||
priority = 3
|
||||
direction = output
|
||||
|
||||
[Profile output:stereo-output+output:analog-chat-output+input:analog-chat-input]
|
||||
description = 2.0 HD
|
||||
output-mappings = stereo-output analog-chat-output
|
||||
input-mappings = analog-chat-input
|
||||
priority = 50
|
||||
skip-probe = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue