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, the Front Volume Control is shared by Headphone and Lineout, 88; or Headphone and Speaker, but they have independent Volume Switch. Here only 89; use switch to mute Lineout or Speaker. 90[Element Front] 91switch = off 92volume = zero 93 94[Element Rear] 95switch = off 96volume = off 97 98[Element Surround] 99switch = off 100volume = off 101 102[Element Side] 103switch = off 104volume = off 105 106[Element Center] 107switch = off 108volume = off 109 110[Element LFE] 111switch = off 112volume = off 113 114[Element Bass Speaker] 115switch = off 116volume = off 117 118.include analog-output.conf.common 119