• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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; Native Instruments Traktor Audio 2
17;
18; This card has two stereo pairs of output.
19;
20; See default.conf for an explanation on the directives used here.
21
22[General]
23auto-profiles = no
24
25[Mapping analog-stereo-a]
26description = Analog Stereo Channel A
27device-strings = hw:%f,0,0
28channel-map = left,right
29direction = output
30
31[Mapping analog-stereo-b]
32description = Analog Stereo Channel B
33device-strings = hw:%f,0,1
34channel-map = left,right
35direction = output
36
37[Profile output:analog-stereo-a]
38description = Analog Stereo Output Channel A
39output-mappings = analog-stereo-a
40priority = 60
41skip-probe = yes
42
43[Profile output:analog-stereo-b]
44description = Analog Stereo Output Channel B
45output-mappings = analog-stereo-b
46priority = 50
47skip-probe = yes
48
49[Profile analog-stereo-all]
50description = Analog Stereo Output Channels A & B
51output-mappings = analog-stereo-a analog-stereo-b
52priority = 100
53skip-probe = yes
54