1 # This file is part of PulseAudio.
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.
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.
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/>.
16 ; Native Instruments Audio 4 DJ
18 ; This card has two stereo pairs of input and two stereo pairs of
19 ; output, named channels A and B. Channel B has an additional
20 ; Headphone connector.
22 ; We knowingly only define a subset of the theoretically possible
23 ; mapping combinations as profiles here.
25 ; See default.conf for an explanation on the directives used here.
30 [Mapping analog-stereo-a]
31 description = Analog Stereo Channel A
32 device-strings = hw:%f,0,0
33 channel-map = left,right
35 [Mapping analog-stereo-b-output]
36 description = Analog Stereo Channel B (Headphones)
37 device-strings = hw:%f,0,1
38 channel-map = left,right
41 [Mapping analog-stereo-b-input]
42 description = Analog Stereo Channel B
43 device-strings = hw:%f,0,1
44 channel-map = left,right
47 [Profile output:analog-stereo-all+input:analog-stereo-all]
48 description = Analog Stereo Duplex Channels A, B (Headphones)
49 output-mappings = analog-stereo-a analog-stereo-b-output
50 input-mappings = analog-stereo-a analog-stereo-b-input
54 [Profile output:analog-stereo-a+input:analog-stereo-a]
55 description = Analog Stereo Duplex Channel A
56 output-mappings = analog-stereo-a
57 input-mappings = analog-stereo-a
61 [Profile output:analog-stereo-b+input:analog-stereo-b]
62 description = Analog Stereo Duplex Channel B (Headphones)
63 output-mappings = analog-stereo-b-output
64 input-mappings = analog-stereo-b-input
68 [Profile output:analog-stereo-a]
69 description = Analog Stereo Output Channel A
70 output-mappings = analog-stereo-a
74 [Profile output:analog-stereo-b]
75 description = Analog Stereo Output Channel B (Headphones)
76 output-mappings = analog-stereo-b-output
80 [Profile input:analog-stereo-a]
81 description = Analog Stereo Input Channel A
82 input-mappings = analog-stereo-a
86 [Profile input:analog-stereo-b]
87 description = Analog Stereo Input Channel B
88 input-mappings = analog-stereo-b-input