]> code.delx.au - pulseaudio/blob - src/modules/alsa/mixer/profile-sets/extra-hdmi.conf
96652f8c0a946ad02792e732e471dfb532349ed6
[pulseaudio] / src / modules / alsa / mixer / profile-sets / extra-hdmi.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 ; This is a profile for Nvidia and Intel cards - some cards have four HDMI codecs,
18 ; and which ones are working seems to vary a lot between GPU boards. In addition,
19 ; Nvidia and Intel make southbridges as well, so we need to keep the existing
20 ; analog profiles.
21 ; (And by not adding all these extra profiles to default.conf, we make sure
22 ; there is no performance hit for non-Nvidia/Intel cards.)
23
24 [General]
25 auto-profiles = yes
26
27 [Mapping analog-mono]
28 device-strings = hw:%f
29 channel-map = mono
30 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker analog-output-headphones analog-output-headphones-2 analog-output-mono
31 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic 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 analog-input-headset-mic
32 priority = 1
33
34 [Mapping analog-stereo]
35 device-strings = front:%f hw:%f
36 channel-map = left,right
37 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker analog-output-headphones analog-output-headphones-2
38 paths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic 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 analog-input-headphone-mic analog-input-headset-mic
39 priority = 10
40
41 [Mapping analog-surround-40]
42 device-strings = surround40:%f
43 channel-map = front-left,front-right,rear-left,rear-right
44 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker
45 priority = 7
46 direction = output
47
48 [Mapping analog-surround-41]
49 device-strings = surround41:%f
50 channel-map = front-left,front-right,rear-left,rear-right,lfe
51 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker
52 priority = 8
53 direction = output
54
55 [Mapping analog-surround-50]
56 device-strings = surround50:%f
57 channel-map = front-left,front-right,rear-left,rear-right,front-center
58 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker
59 priority = 7
60 direction = output
61
62 [Mapping analog-surround-51]
63 device-strings = surround51:%f
64 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
65 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker
66 priority = 8
67 direction = output
68
69 [Mapping analog-surround-71]
70 device-strings = surround71:%f
71 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right
72 description = Analog Surround 7.1
73 paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-desktop-speaker
74 priority = 7
75 direction = output
76
77 [Mapping iec958-stereo]
78 device-strings = iec958:%f
79 channel-map = left,right
80 paths-input = iec958-stereo-input
81 paths-output = iec958-stereo-output
82 priority = 5
83
84 [Mapping iec958-ac3-surround-40]
85 device-strings = a52:%f
86 channel-map = front-left,front-right,rear-left,rear-right
87 priority = 2
88 direction = output
89
90 [Mapping iec958-ac3-surround-51]
91 device-strings = a52:%f
92 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
93 priority = 3
94 direction = output
95
96 [Mapping iec958-dts-surround-51]
97 device-strings = dca:%f
98 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
99 priority = 3
100 direction = output
101
102 [Mapping hdmi-stereo]
103 device-strings = hdmi:%f
104 description = Digital Stereo (HDMI)
105 paths-output = hdmi-output-0
106 channel-map = left,right
107 priority = 4
108 direction = output
109
110 [Mapping hdmi-surround]
111 description = Digital Surround 5.1 (HDMI)
112 device-strings = hdmi:%f
113 paths-output = hdmi-output-0
114 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
115 priority = 3
116 direction = output
117
118 [Mapping hdmi-stereo-extra1]
119 description = Digital Stereo (HDMI)
120 device-strings = hdmi:%f,1
121 paths-output = hdmi-output-1
122 channel-map = left,right
123 priority = 2
124 direction = output
125
126 [Mapping hdmi-surround-extra1]
127 description = Digital Surround 5.1 (HDMI)
128 device-strings = hdmi:%f,1
129 paths-output = hdmi-output-1
130 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
131 priority = 1
132 direction = output
133
134 [Mapping hdmi-stereo-extra2]
135 description = Digital Stereo (HDMI)
136 device-strings = hdmi:%f,2
137 paths-output = hdmi-output-2
138 channel-map = left,right
139 priority = 2
140 direction = output
141
142 [Mapping hdmi-surround-extra2]
143 description = Digital Surround 5.1 (HDMI)
144 device-strings = hdmi:%f,2
145 paths-output = hdmi-output-2
146 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
147 priority = 1
148 direction = output
149
150 [Mapping hdmi-stereo-extra3]
151 description = Digital Stereo (HDMI)
152 device-strings = hdmi:%f,3
153 paths-output = hdmi-output-3
154 channel-map = left,right
155 priority = 2
156 direction = output
157
158 [Mapping hdmi-surround-extra3]
159 description = Digital Surround 5.1 (HDMI)
160 device-strings = hdmi:%f,3
161 paths-output = hdmi-output-3
162 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
163 priority = 1
164 direction = output