1# This file is part of PulseAudio.
2#
3# PulseAudio is free software; you can redistribute it and/or modify
4# it under the terms of the GNU Lesser General Public License as
5# published by the Free Software Foundation; either version 2.1 of the
6# License, or (at your option) any later version.
7#
8# PulseAudio is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11# General Public License for more details.
12#
13# You should have received a copy of the GNU Lesser General Public License
14# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
15
16; USB Gaming DAC.
17; These devices have two output devices. The first one is mono, meant for
18; voice audio, and the second one is 7.1 surround, meant for everything
19; else. The 7.1 surround is mapped to headphones within the device.
20; The purpose of the mono/7.1 design is to provide separate volume
21; controls for voice and other audio, which can be useful in gaming.
22;
23; Works with:
24; Sennheiser GSX 1000
25; Sennheiser GSX 1200
26;
27; See default.conf for an explanation on the directives used here.
28
29[General]
30auto-profiles = no
31
32[Mapping analog-chat-output]
33device-strings = hw:%f,0
34channel-map = mono
35paths-output = analog-chat-output
36direction = output
37priority = 4000
38intended-roles = phone
39
40[Mapping analog-output-surround71]
41device-strings = hw:%f,1
42channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
43paths-output = virtual-surround-7.1
44priority = 4100
45direction = output
46
47[Mapping analog-chat-input]
48device-strings = hw:%f,0
49channel-map = mono
50paths-input = analog-chat-input
51priority = 4100
52direction = input
53
54[Profile output:analog-output-surround71+output:analog-output-chat+input:analog-input]
55output-mappings = analog-output-surround71 analog-chat-output
56input-mappings = analog-chat-input
57priority = 5100
58skip-probe = yes
59