]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/profile-sets/default.conf
alsa: add copyright blobs and comments to all mixer paths/profile sets
[pulseaudio] / src / modules / alsa / mixer / profile-sets / default.conf
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, write to the Free Software Foundation,
15 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
16
17 ; Default profile definitions for the ALSA backend of PulseAudio. This
18 ; is used as fallback for all cards that have no special mapping
19 ; assigned. (and should be good enough for the vast majority of cards)
20 ;
21 ; [General]
22 ; auto-profiles = no | yes # Instead of defining all profiles manually, autogenerate
23 ; # them by combining every input mapping with every output mapping.
24 ;
25 ; [Mapping id]
26 ; device-strings = ... # ALSA device string. %f will be replaced by the card identifier.
27 ; channel-map = ... # Channel mapping to use for this device
28 ; description = ...
29 ; paths-input = ... # A list of mixer paths to use. Every path in this list will be probed.
30 ; # If multiple are found to be working they will be available as device ports
31 ; paths-output = ...
32 ; element-input = ... # Instead of configuring a full mixer path simply configure a single
33 ; # mixer element for volume/mute handling
34 ; element-output = ...
35 ; priority = ...
36 ; direction = any | input | output # Only useful for?
37 ;
38 ; [Profile id]
39 ; input-mappings = ... # Lists mappings for sources on this profile, those mapping must be
40 ; # defined in this file too
41 ; output-mappings = ... # Lists mappings for sinks on this profile, those mappings must be
42 ; # defined in this file too
43 ; description = ...
44 ; priority = ... # Numeric value to deduce priority for this profile
45 ; skip-probe = no | yes # Skip probing for availability?
46
47 [General]
48 auto-profiles = yes
49
50 [Mapping analog-mono]
51 device-strings = hw:%f
52 channel-map = mono
53 paths-output = analog-output analog-output-headphones analog-output-mono analog-output-lfe-on-mono
54 paths-input = analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line
55 priority = 1
56
57 [Mapping analog-stereo]
58 device-strings = front:%f hw:%f
59 channel-map = left,right
60 paths-output = analog-output analog-output-headphones analog-output-mono analog-output-lfe-on-mono
61 paths-input = analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line
62 priority = 10
63
64 [Mapping analog-surround-40]
65 device-strings = surround40:%f
66 channel-map = front-left,front-right,rear-left,rear-right
67 paths-output = analog-output analog-output-lfe-on-mono
68 priority = 7
69 direction = output
70
71 [Mapping analog-surround-41]
72 device-strings = surround41:%f
73 channel-map = front-left,front-right,rear-left,rear-right,lfe
74 paths-output = analog-output analog-output-lfe-on-mono
75 priority = 8
76 direction = output
77
78 [Mapping analog-surround-50]
79 device-strings = surround50:%f
80 channel-map = front-left,front-right,rear-left,rear-right,front-center
81 paths-output = analog-output analog-output-lfe-on-mono
82 priority = 7
83 direction = output
84
85 [Mapping analog-surround-51]
86 device-strings = surround51:%f
87 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
88 paths-output = analog-output analog-output-lfe-on-mono
89 priority = 8
90 direction = output
91
92 [Mapping analog-surround-71]
93 device-strings = surround71:%f
94 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
95 description = Analog Surround 7.1
96 paths-output = analog-output analog-output-lfe-on-mono
97 priority = 7
98 direction = output
99
100 [Mapping iec958-stereo]
101 device-strings = iec958:%f
102 channel-map = left,right
103 priority = 5
104
105 [Mapping iec958-surround-40]
106 device-strings = iec958:%f
107 channel-map = front-left,front-right,rear-left,rear-right
108 priority = 1
109
110 [Mapping iec958-ac3-surround-40]
111 device-strings = a52:%f
112 channel-map = front-left,front-right,rear-left,rear-right
113 priority = 2
114 direction = output
115
116 [Mapping iec958-ac3-surround-51]
117 device-strings = a52:%f
118 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
119 priority = 3
120 direction = output
121
122 [Mapping hdmi-stereo]
123 device-strings = hdmi:%f
124 channel-map = left,right
125 priority = 4
126 direction = output
127
128 ; An example for defining multiple-sink profiles
129 #[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo]
130 #description = Foobar
131 #output-mappings = analog-stereo iec958-stereo
132 #input-mappings = analog-stereo