mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-20 06:59:53 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
94
src/modules/alsa/mixer/profile-sets/audigy.conf
Normal file
94
src/modules/alsa/mixer/profile-sets/audigy.conf
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Creative Sound Blaster Audigy product line
|
||||
;
|
||||
; These are just copies of the mappings we find in default.conf, with the
|
||||
; small change of making analog-stereo and analog-mono non-fallback mappings.
|
||||
; This is needed because these cards only support duplex profiles with mono
|
||||
; inputs, and in the default configuration, with stereo being a fallback
|
||||
; mapping, the mono mapping is never tried.
|
||||
;
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
# Based on stereo-fallback
|
||||
[Mapping analog-stereo]
|
||||
device-strings = hw:%f
|
||||
channel-map = front-left,front-right
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
|
||||
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic
|
||||
priority = 1
|
||||
|
||||
# Based on mono-fallback
|
||||
[Mapping analog-mono]
|
||||
device-strings = hw:%f
|
||||
channel-map = mono
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 analog-output-mono
|
||||
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headset-mic
|
||||
priority = 1
|
||||
|
||||
# The rest of these are identical to what's in default.conf
|
||||
[Mapping analog-surround-21]
|
||||
device-strings = surround21:%f
|
||||
channel-map = front-left,front-right,lfe
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 13
|
||||
direction = output
|
||||
|
||||
[Mapping analog-surround-40]
|
||||
device-strings = surround40:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 12
|
||||
direction = output
|
||||
|
||||
[Mapping analog-surround-41]
|
||||
device-strings = surround41:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right,lfe
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 13
|
||||
direction = output
|
||||
|
||||
[Mapping analog-surround-50]
|
||||
device-strings = surround50:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 12
|
||||
direction = output
|
||||
|
||||
[Mapping analog-surround-51]
|
||||
device-strings = surround51:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 13
|
||||
direction = output
|
||||
|
||||
[Mapping analog-surround-71]
|
||||
device-strings = surround71:%f
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
description = Analog Surround 7.1
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker
|
||||
priority = 12
|
||||
direction = output
|
||||
|
||||
[Mapping iec958-stereo]
|
||||
device-strings = iec958:%f
|
||||
channel-map = left,right
|
||||
paths-input = iec958-stereo-input
|
||||
paths-output = iec958-stereo-output
|
||||
priority = 5
|
||||
68
src/modules/alsa/mixer/profile-sets/behringer-umc22.conf
Normal file
68
src/modules/alsa/mixer/profile-sets/behringer-umc22.conf
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Behringer U-Phoria UMC22
|
||||
;
|
||||
; Default mapping only allows to use stereo input and sound card has two
|
||||
; physical input channels.
|
||||
;
|
||||
; However in case of only using a single input channel (like condenser
|
||||
; microphone) only one channel will have any sound, which is often
|
||||
; inconvenient for casual use.
|
||||
;
|
||||
; This config includes mono input options which makes it much more
|
||||
; friendly in single input configuration.
|
||||
;
|
||||
; This config also removes default digital input/output mappings that do
|
||||
; not physically exist on this card.
|
||||
;
|
||||
; Added by Nazar Mokrynskyi <nazar@mokrynskyi.com>
|
||||
|
||||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
[Mapping analog-stereo-input]
|
||||
device-strings = hw:%f
|
||||
channel-map = left,right
|
||||
paths-input = analog-input-mic
|
||||
direction = input
|
||||
priority = 4
|
||||
|
||||
[Mapping analog-mono]
|
||||
device-strings = hw:%f
|
||||
channel-map = mono,mono
|
||||
paths-input = analog-input-mic
|
||||
direction = input
|
||||
priority = 3
|
||||
|
||||
[Mapping analog-mono-left]
|
||||
device-strings = hw:%f
|
||||
channel-map = mono,aux1
|
||||
paths-input = analog-input-mic
|
||||
direction = input
|
||||
priority = 2
|
||||
|
||||
[Mapping analog-mono-right]
|
||||
device-strings = hw:%f
|
||||
channel-map = aux1,mono
|
||||
paths-input = analog-input-mic
|
||||
direction = input
|
||||
priority = 1
|
||||
|
||||
[Mapping analog-stereo-output]
|
||||
device-strings = front:%f
|
||||
channel-map = left,right
|
||||
paths-output = analog-output
|
||||
direction = output
|
||||
|
|
@ -44,7 +44,11 @@
|
|||
; [Mapping id]
|
||||
; device-strings = ... # ALSA device string. %f will be replaced by the card identifier.
|
||||
; channel-map = ... # Channel mapping to use for this device
|
||||
; description = ...
|
||||
; description = ... # Description for the mapping. Note that it's better to set the description
|
||||
; # in the well_known_descriptions table in alsa-mixer.c than with this
|
||||
; # option, because the descriptions in alsa-mixer.c are translatable.
|
||||
; description-key = ... # A custom key for the well_known_descriptions table (by default the mapping
|
||||
; # name is used).
|
||||
; paths-input = ... # A list of mixer paths to use. Every path in this list will be probed.
|
||||
; # If multiple are found to be working they will be available as device ports
|
||||
; paths-output = ...
|
||||
|
|
@ -58,6 +62,8 @@
|
|||
; exact-channels = yes | no # If no, and the exact number of channels is not supported,
|
||||
; # allow device to be opened with another channel count
|
||||
; fallback = no | yes # This mapping will only be considered if all non-fallback mappings fail
|
||||
; intended-roles = ... # Set the device.intended_roles property for the sink/source.
|
||||
;
|
||||
; [Profile id]
|
||||
; input-mappings = ... # Lists mappings for sources on this profile, those mapping must be
|
||||
; # defined in this file too
|
||||
|
|
@ -455,6 +461,102 @@ channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
|||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra8]
|
||||
description = Digital Stereo (HDMI 9)
|
||||
device-strings = hdmi:%f,8
|
||||
paths-output = hdmi-output-8
|
||||
channel-map = left,right
|
||||
priority = 7
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround-extra8]
|
||||
description = Digital Surround 5.1 (HDMI 9)
|
||||
device-strings = hdmi:%f,8
|
||||
paths-output = hdmi-output-8
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround71-extra8]
|
||||
description = Digital Surround 7.1 (HDMI 9)
|
||||
device-strings = hdmi:%f,8
|
||||
paths-output = hdmi-output-8
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-dts-surround-extra8]
|
||||
description = Digital Surround 5.1 (HDMI 9/DTS)
|
||||
device-strings = dcahdmi:%f,8
|
||||
paths-output = hdmi-output-8
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra9]
|
||||
description = Digital Stereo (HDMI 10)
|
||||
device-strings = hdmi:%f,9
|
||||
paths-output = hdmi-output-9
|
||||
channel-map = left,right
|
||||
priority = 7
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround-extra9]
|
||||
description = Digital Surround 5.1 (HDMI 10)
|
||||
device-strings = hdmi:%f,9
|
||||
paths-output = hdmi-output-9
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround71-extra9]
|
||||
description = Digital Surround 7.1 (HDMI 10)
|
||||
device-strings = hdmi:%f,9
|
||||
paths-output = hdmi-output-9
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-dts-surround-extra9]
|
||||
description = Digital Surround 5.1 (HDMI 10/DTS)
|
||||
device-strings = dcahdmi:%f,9
|
||||
paths-output = hdmi-output-9
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-stereo-extra10]
|
||||
description = Digital Stereo (HDMI 11)
|
||||
device-strings = hdmi:%f,10
|
||||
paths-output = hdmi-output-10
|
||||
channel-map = left,right
|
||||
priority = 7
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround-extra10]
|
||||
description = Digital Surround 5.1 (HDMI 11)
|
||||
device-strings = hdmi:%f,10
|
||||
paths-output = hdmi-output-10
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-surround71-extra10]
|
||||
description = Digital Surround 7.1 (HDMI 11)
|
||||
device-strings = hdmi:%f,10
|
||||
paths-output = hdmi-output-10
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping hdmi-dts-surround-extra10]
|
||||
description = Digital Surround 5.1 (HDMI 11/DTS)
|
||||
device-strings = dcahdmi:%f,10
|
||||
paths-output = hdmi-output-10
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
|
||||
priority = 6
|
||||
direction = output
|
||||
|
||||
[Mapping multichannel-output]
|
||||
device-strings = hw:%f
|
||||
channel-map = left,right,rear-left,rear-right
|
||||
|
|
@ -462,7 +564,6 @@ exact-channels = false
|
|||
fallback = yes
|
||||
priority = 1
|
||||
direction = output
|
||||
paths-output = multichannel-output
|
||||
|
||||
[Mapping multichannel-input]
|
||||
device-strings = hw:%f
|
||||
|
|
@ -471,7 +572,6 @@ exact-channels = false
|
|||
fallback = yes
|
||||
priority = 1
|
||||
direction = input
|
||||
paths-input = multichannel-input
|
||||
|
||||
; An example for defining multiple-sink profiles
|
||||
#[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo]
|
||||
|
|
|
|||
35
src/modules/alsa/mixer/profile-sets/hp-tbt-dock-120w-g2.conf
Normal file
35
src/modules/alsa/mixer/profile-sets/hp-tbt-dock-120w-g2.conf
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; HP Thunderbolt Dock 120W G2
|
||||
;
|
||||
; This dock has a 3.5mm headset connector. Both input and output are stereo.
|
||||
;
|
||||
; There's a separate speakerphone module called "HP Thunderbolt Dock Audio
|
||||
; Module", which can be attached to this dock. The module will appear in ALSA
|
||||
; as a separate USB sound card, configuration for it is in
|
||||
; hp-tbt-dock-audio-module.conf.
|
||||
|
||||
[General]
|
||||
auto-profiles = no
|
||||
|
||||
[Mapping analog-stereo-headset]
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
|
||||
[Profile output:analog-stereo-headset+input:analog-stereo-headset]
|
||||
output-mappings = analog-stereo-headset
|
||||
input-mappings = analog-stereo-headset
|
||||
skip-probe = yes
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; HP Thunderbolt Dock Audio Module
|
||||
;
|
||||
; This device attaches to the "HP Thunderbolt Dock 120W G2" dock. The audio
|
||||
; module provides a speakerphone with echo cancellation and appears in ALSA as
|
||||
; a USB sound card with stereo input and output.
|
||||
;
|
||||
; The dock itself has a 3.5mm headset connector and appears as a separate USB
|
||||
; sound card, configuration for it is in hp-tbt-dock-120w-g2.conf.
|
||||
|
||||
[General]
|
||||
auto-profiles = no
|
||||
|
||||
[Mapping analog-stereo-speakerphone]
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
intended-roles = phone
|
||||
|
||||
[Profile output:analog-stereo-speakerphone+input:analog-stereo-speakerphone]
|
||||
output-mappings = analog-stereo-speakerphone
|
||||
input-mappings = analog-stereo-speakerphone
|
||||
skip-probe = yes
|
||||
|
|
@ -0,0 +1,111 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Native Instruments Komplete Audio 6
|
||||
;
|
||||
; This card has three stereo pairs of input and three stereo pairs of
|
||||
; output.
|
||||
;
|
||||
; We knowingly only define a subset of the theoretically possible
|
||||
; mapping combinations as profiles here.
|
||||
;
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
[General]
|
||||
auto-profiles = no
|
||||
|
||||
[Mapping analog-stereo-out-ab]
|
||||
description = Analog Stereo 1/2
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right,aux0,aux1,aux2,aux3
|
||||
direction = output
|
||||
|
||||
[Mapping analog-stereo-out-cd]
|
||||
description = Analog Stereo 3/4
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = aux0,aux1,left,right,aux2,aux3
|
||||
direction = output
|
||||
|
||||
[Mapping stereo-out-ef]
|
||||
description = Analog Stereo 5/6
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = aux0,aux1,aux2,aux3,left,right
|
||||
direction = output
|
||||
|
||||
[Mapping analog-mono-in-a]
|
||||
description = Analog Mono Input 1
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = mono,aux0,aux1,aux2,aux3,aux4
|
||||
direction = input
|
||||
|
||||
[Mapping analog-mono-in-b]
|
||||
description = Anlog Mono Input 2
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = aux0,mono,aux1,aux2,aux3,aux4
|
||||
direction = input
|
||||
|
||||
[Mapping analog-stereo-in-ab]
|
||||
description = Analog Stereo Input 1/2
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right,aux0,aux1,aux2,aux3
|
||||
direction = input
|
||||
|
||||
[Mapping analog-stereo-in-cd]
|
||||
description = Analog Stereo Input 3/4
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = aux0,aux1,left,right,aux2,aux3
|
||||
direction = input
|
||||
|
||||
[Mapping stereo-in-ef]
|
||||
description = Stereo Input 5/6
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = aux0,aux1,aux2,aux3,left,right
|
||||
direction = input
|
||||
|
||||
[Profile output:analog-stereo-out-ab+input:analog-stereo-in-ab]
|
||||
description = Analog Stereo Output 1/2, Analog Stereo Input 1/2
|
||||
output-mappings = analog-stereo-out-ab
|
||||
input-mappings = analog-stereo-in-ab
|
||||
priority = 100
|
||||
skip-probe = yes
|
||||
|
||||
[Profile output:analog-stereo-out-ab+input:analog-mono-in-a]
|
||||
description = Analog Stereo Output 1/2, Analog Mono Input 1
|
||||
output-mappings = analog-stereo-out-ab
|
||||
input-mappings = analog-mono-in-a
|
||||
priority = 95
|
||||
skip-probe = yes
|
||||
|
||||
[Profile output:analog-stereo-out-ab+input:analog-mono-in-b]
|
||||
description = Analog Stereo Output 1/2, Analog Mono Input 2
|
||||
output-mappings = analog-stereo-out-ab
|
||||
input-mappings = analog-mono-in-b
|
||||
priority = 90
|
||||
skip-probe = yes
|
||||
|
||||
[Profile output:analog-stereo-out-cd+input:analog-stereo-in-cd]
|
||||
description = Analog Stereo Output 3/4, Analog Stereo Input 3/4
|
||||
output-mappings = analog-stereo-out-cd
|
||||
input-mappings = analog-stereo-in-cd
|
||||
priority = 80
|
||||
skip-probe = yes
|
||||
|
||||
[Profile output:stereo-out-ef+input:stereo-in-ef]
|
||||
description = Stereo Output 5/6 (S/PDIF), Stereo Input 5/6 (S/PDIF)
|
||||
output-mappings = stereo-out-ef
|
||||
input-mappings = stereo-in-ef
|
||||
priority = 70
|
||||
skip-probe = yes
|
||||
|
||||
58
src/modules/alsa/mixer/profile-sets/sennheiser-gsx.conf
Normal file
58
src/modules/alsa/mixer/profile-sets/sennheiser-gsx.conf
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; USB Gaming DAC.
|
||||
; These devices have two output devices. The first one is mono, meant for
|
||||
; voice audio, and the second one is 7.1 surround, meant for everything
|
||||
; else. The 7.1 surround is mapped to headphones within the device.
|
||||
; The purpose of the mono/7.1 design is to provide separate volume
|
||||
; controls for voice and other audio, which can be useful in gaming.
|
||||
;
|
||||
; Works with:
|
||||
; Sennheiser GSX 1000
|
||||
; Sennheiser GSX 1200
|
||||
;
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
[General]
|
||||
auto-profiles = no
|
||||
|
||||
[Mapping analog-chat-output]
|
||||
device-strings = hw:%f,0
|
||||
channel-map = mono
|
||||
paths-output = analog-chat-output
|
||||
direction = output
|
||||
priority = 4000
|
||||
intended-roles = phone
|
||||
|
||||
[Mapping analog-output-surround71]
|
||||
device-strings = hw:%f,1
|
||||
channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
|
||||
paths-output = virtual-surround-7.1
|
||||
priority = 4100
|
||||
direction = output
|
||||
|
||||
[Mapping analog-chat-input]
|
||||
device-strings = hw:%f,0
|
||||
channel-map = mono
|
||||
paths-input = analog-chat-input
|
||||
priority = 4100
|
||||
direction = input
|
||||
|
||||
[Profile output:analog-output-surround71+output:analog-output-chat+input:analog-input]
|
||||
output-mappings = analog-output-surround71 analog-chat-output
|
||||
input-mappings = analog-chat-input
|
||||
priority = 5100
|
||||
skip-probe = yes
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 2.1 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# PulseAudio is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; This is a profile meant for simple (stereo + mic) headphones.
|
||||
; default.conf also works but using this one will hide some profiles
|
||||
; that don't make sense like IEC958 and multichannel inputs.
|
||||
|
||||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
[Mapping analog-stereo]
|
||||
device-strings = front:%f
|
||||
channel-map = left,right
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
|
||||
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic
|
||||
priority = 15
|
||||
|
||||
# If everything else fails, try to use hw:0 as a stereo device...
|
||||
[Mapping stereo-fallback]
|
||||
device-strings = hw:%f
|
||||
fallback = yes
|
||||
channel-map = front-left,front-right
|
||||
paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
|
||||
paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic
|
||||
priority = 1
|
||||
|
||||
[Mapping analog-mono]
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = mono
|
||||
direction = input
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
auto-profiles = yes
|
||||
|
||||
[Mapping analog-chat]
|
||||
description = Chat
|
||||
description-key = gaming-headset-chat
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
paths-input = analog-input-mic
|
||||
|
|
@ -10,7 +10,7 @@ paths-output = steelseries-arctis-output-chat-common
|
|||
intended-roles = phone
|
||||
|
||||
[Mapping analog-game]
|
||||
description = Game
|
||||
description-key = gaming-headset-game
|
||||
device-strings = hw:%f,1,0
|
||||
channel-map = left,right
|
||||
paths-output = steelseries-arctis-output-game-common
|
||||
|
|
|
|||
|
|
@ -14,36 +14,51 @@
|
|||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; USB gaming headset.
|
||||
; These headsets usually have two output devices. The first one is mono,
|
||||
; meant for voice audio, and the second one is stereo, meant for everything
|
||||
; else. The purpose of this unusual design is to provide separate volume
|
||||
; These headsets usually have two output devices. The first one is meant
|
||||
; for voice audio, and the second one is meant for everything else.
|
||||
; The purpose of this unusual design is to provide separate volume
|
||||
; controls for voice and other audio, which can be useful in gaming.
|
||||
;
|
||||
; Works with:
|
||||
; Steelseries Arctis 7
|
||||
; Steelseries Arctis Pro Wireless.
|
||||
; Lucidsound LS31
|
||||
; Astro A50
|
||||
;
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
[Mapping analog-mono]
|
||||
[Mapping mono-chat]
|
||||
description-key = gaming-headset-chat
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = mono
|
||||
paths-output = usb-gaming-headset-output-mono
|
||||
paths-input = usb-gaming-headset-input
|
||||
intended-roles = phone
|
||||
|
||||
[Mapping analog-stereo]
|
||||
[Mapping stereo-chat]
|
||||
description-key = gaming-headset-chat
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
paths-output = usb-gaming-headset-output-stereo
|
||||
paths-input = usb-gaming-headset-input
|
||||
intended-roles = phone
|
||||
|
||||
[Mapping stereo-game]
|
||||
description-key = gaming-headset-game
|
||||
device-strings = hw:%f,1,0
|
||||
channel-map = left,right
|
||||
paths-output = usb-gaming-headset-output-stereo
|
||||
direction = output
|
||||
|
||||
[Profile output:analog-mono+output:analog-stereo+input:analog-mono]
|
||||
output-mappings = analog-mono analog-stereo
|
||||
input-mappings = analog-mono
|
||||
[Profile output:mono-chat+output:stereo-game+input:mono-chat]
|
||||
output-mappings = mono-chat stereo-game
|
||||
input-mappings = mono-chat
|
||||
priority = 5100
|
||||
|
||||
[Profile output:stereo-game+output:stereo-chat+input:mono-chat]
|
||||
output-mappings = stereo-game stereo-chat
|
||||
input-mappings = mono-chat
|
||||
priority = 5100
|
||||
skip-probe = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue