alsa: add profile set for Native Instruments 4 DJ
[pulseaudio-mirror.git] / src / modules / alsa / mixer / profile-sets / native-instruments-audio4dj.conf
blob3b119a2c71997ff30b9b9fb6e91e593b77a4bafe
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, write to the Free Software Foundation,
15 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 ; Native Instruments Audio 4 DJ
19 ; This card has two stereo pairs of input and two stereo pairs of
20 ; output, named channels A and B. Channel B has an additional
21 ; Headphone connector.
23 ; We knowingly only define a subset of the theoretically possible
24 ; mapping combinations as profiles here.
26 [General]
27 auto-profiles = no
29 [Mapping analog-stereo-a]
30 description = Analog Stereo Channel A
31 device-strings = hw:%f,0,0
32 channel-map = left,right
34 [Mapping analog-stereo-b-output]
35 description = Analog Stereo Channel B (Headphones)
36 device-strings = hw:%f,0,1
37 channel-map = left,right
38 direction = output
40 [Mapping analog-stereo-b-input]
41 description = Analog Stereo Channel B
42 device-strings = hw:%f,0,1
43 channel-map = left,right
44 direction = input
46 [Profile output:analog-stereo-all+input:analog-stereo-all]
47 description = Analog Stereo Duplex Channels A, B (Headphones)
48 output-mappings = analog-stereo-a analog-stereo-b-output
49 input-mappings = analog-stereo-a analog-stereo-b-input
50 priority = 100
51 skip-probe = yes
53 [Profile output:analog-stereo-a+input:analog-stereo-a]
54 description = Analog Stereo Duplex Channel A
55 output-mappings = analog-stereo-a
56 input-mappings = analog-stereo-a
57 priority = 40
58 skip-probe = yes
60 [Profile output:analog-stereo-b+input:analog-stereo-b]
61 description = Analog Stereo Duplex Channel B (Headphones)
62 output-mappings = analog-stereo-b-output
63 input-mappings = analog-stereo-b-input
64 priority = 50
65 skip-probe = yes
67 [Profile output:analog-stereo-a]
68 description = Analog Stereo Output Channel A
69 output-mappings = analog-stereo-a
70 priority = 5
71 skip-probe = yes
73 [Profile output:analog-stereo-b]
74 description = Analog Stereo Output Channel B (Headphones)
75 output-mappings = analog-stereo-b-output
76 priority = 6
77 skip-probe = yes
79 [Profile input:analog-stereo-a]
80 description = Analog Stereo Input Channel A
81 input-mappings = analog-stereo-a
82 priority = 2
83 skip-probe = yes
85 [Profile input:analog-stereo-b]
86 description = Analog Stereo Input Channel B
87 input-mappings = analog-stereo-b-input
88 priority = 1
89 skip-probe = yes