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, see <http://www.gnu.org/licenses/>. 15 16; Path for the second headphone output on dual-headphone machines. 17; 18; See analog-output.conf.common for an explanation on the directives 19 20[General] 21priority = 98 22 23[Properties] 24device.icon_name = audio-headphones 25 26; HP EliteDesk 800 SFF Headphone 27[Jack Front Headphone,1] 28required-any = any 29 30; HP EliteDesk 800 DM Headphone 31[Jack Front Headphone Surround] 32required-any = any 33 34[Element Hardware Master] 35switch = mute 36volume = merge 37override-map.1 = all 38override-map.2 = all-left,all-right 39 40[Element Master] 41switch = mute 42volume = merge 43override-map.1 = all 44override-map.2 = all-left,all-right 45 46[Element Master Mono] 47switch = off 48volume = off 49 50; This profile path is intended to control the second headphones, not 51; the first headphones. But it should not hurt if we leave the 52; headphone jack enabled nonetheless. 53[Element Headphone] 54switch = mute 55volume = zero 56 57[Element Headphone,1] 58required-any = any 59switch = mute 60volume = merge 61override-map.1 = all 62override-map.2 = all-left,all-right 63 64[Element Headphone+LO] 65switch = mute 66volume = zero 67 68[Element Speaker+LO] 69switch = off 70volume = off 71 72[Element Headphone2] 73required-any = any 74switch = mute 75volume = merge 76override-map.1 = all 77override-map.2 = all-left,all-right 78 79[Element Speaker] 80switch = off 81volume = off 82 83[Element Desktop Speaker] 84switch = off 85volume = off 86 87; On some machines Front is actually a part of the Headphone path 88[Element Front] 89switch = mute 90volume = zero 91 92[Element Rear] 93switch = off 94volume = off 95 96[Element Surround] 97switch = off 98volume = off 99 100[Element Side] 101switch = off 102volume = off 103 104[Element Center] 105switch = off 106volume = off 107 108[Element LFE] 109switch = off 110volume = off 111 112[Element Bass Speaker] 113switch = off 114volume = off 115 116.include analog-output.conf.common 117