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 ; This profile forces speaker and internal mic ports even if we have no way
17 ; of identifying those.
18 ; See default.conf for explanations.
24 device-strings = hw:%f
26 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headphones analog-output-headphones-2 analog-output-mono
27 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line
30 [Mapping analog-stereo]
31 device-strings = front:%f hw:%f
32 channel-map = left,right
33 paths-output = analog-output analog-output-lineout analog-output-speaker-always analog-output-headphones analog-output-headphones-2 analog-output-mono
34 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic-always analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line
37 [Mapping analog-surround-21]
38 device-strings = surround21:%f
39 channel-map = front-left,front-right,lfe
40 paths-output = analog-output analog-output-lineout analog-output-speaker-always
44 [Mapping analog-surround-40]
45 device-strings = surround40:%f
46 channel-map = front-left,front-right,rear-left,rear-right
47 paths-output = analog-output analog-output-lineout analog-output-speaker-always
51 [Mapping analog-surround-41]
52 device-strings = surround41:%f
53 channel-map = front-left,front-right,rear-left,rear-right,lfe
54 paths-output = analog-output analog-output-lineout analog-output-speaker-always
58 [Mapping analog-surround-50]
59 device-strings = surround50:%f
60 channel-map = front-left,front-right,rear-left,rear-right,front-center
61 paths-output = analog-output analog-output-lineout analog-output-speaker-always
65 [Mapping analog-surround-51]
66 device-strings = surround51:%f
67 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
68 paths-output = analog-output analog-output-lineout analog-output-speaker-always
72 [Mapping analog-surround-71]
73 device-strings = surround71:%f
74 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
75 description = Analog Surround 7.1
76 paths-output = analog-output analog-output-lineout analog-output-speaker-always
80 [Mapping analog-4-channel-input]
81 # Alsa doesn't currently provide any better device name than "hw" for 4-channel
82 # input. If this causes trouble at some point, then we will need to get a new
83 # device name standardized in alsa.
84 device-strings = hw:%f
85 channel-map = aux0,aux1,aux2,aux3
89 [Mapping iec958-stereo]
90 device-strings = iec958:%f
91 channel-map = left,right
92 paths-input = iec958-stereo-input
93 paths-output = iec958-stereo-output
96 [Mapping iec958-ac3-surround-40]
97 device-strings = a52:%f
98 channel-map = front-left,front-right,rear-left,rear-right
99 paths-output = iec958-stereo-output
103 [Mapping iec958-ac3-surround-51]
104 device-strings = a52:%f
105 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
106 paths-output = iec958-stereo-output
110 [Mapping iec958-dts-surround-51]
111 device-strings = dca:%f
112 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
113 paths-output = iec958-stereo-output
117 [Mapping hdmi-stereo]
118 description = Digital Stereo (HDMI)
119 device-strings = hdmi:%f
120 paths-output = hdmi-output-0
121 channel-map = left,right
125 [Mapping hdmi-surround]
126 description = Digital Surround 5.1 (HDMI)
127 device-strings = hdmi:%f
128 paths-output = hdmi-output-0
129 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
133 [Mapping hdmi-surround71]
134 description = Digital Surround 7.1 (HDMI)
135 device-strings = hdmi:%f
136 paths-output = hdmi-output-0
137 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
141 [Mapping hdmi-dts-surround]
142 description = Digital Surround 5.1 (HDMI/DTS)
143 device-strings = dcahdmi:%f
144 paths-output = hdmi-output-0
145 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
149 ; An example for defining multiple-sink profiles
150 #[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo]
151 #description = Foobar
152 #output-mappings = analog-stereo iec958-stereo
153 #input-mappings = analog-stereo