Guest User

analog-output-headphones.conf

a guest
Jun 12th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  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 mixers that have a 'Headphone' control
  17. ;
  18. ; See analog-output.conf.common for an explanation on the directives
  19.  
  20. [General]
  21. priority = 90
  22. description-key = analog-output-headphones
  23.  
  24. [Properties]
  25. device.icon_name = audio-headphones
  26.  
  27. [Jack Dock Headphone]
  28. required-any = any
  29.  
  30. [Jack Dock Headphone Phantom]
  31. required-any = any
  32. state.plugged = unknown
  33. state.unplugged = unknown
  34.  
  35. [Jack Front Headphone]
  36. required-any = any
  37.  
  38. [Jack Front Headphone Phantom]
  39. required-any = any
  40. state.plugged = unknown
  41. state.unplugged = unknown
  42.  
  43. [Jack Headphone]
  44. required-any = any
  45.  
  46. [Jack Headphone Phantom]
  47. required-any = any
  48. state.plugged = unknown
  49. state.unplugged = unknown
  50.  
  51. # This jack can be either a headphone *or* a mic. Used on some ASUS netbooks.
  52. [Jack Headphone Mic]
  53. required-any = any
  54.  
  55. [Element Hardware Master]
  56. switch = mute
  57. volume = merge
  58. override-map.1 = all
  59. override-map.2 = all-left,all-right
  60.  
  61. [Element Master]
  62. switch = mute
  63. volume = merge
  64. override-map.1 = all
  65. override-map.2 = all-left,all-right
  66.  
  67. [Element Master Mono]
  68. switch = off
  69. volume = off
  70.  
  71. [Element Speaker+LO]
  72. switch = off
  73. volume = off
  74.  
  75. [Element Headphone+LO]
  76. required-any = any
  77. switch = mute
  78. volume = merge
  79. override-map.1 = all
  80. override-map.2 = all-left,all-right
  81.  
  82. [Element Headphone]
  83. required-any = any
  84. switch = mute
  85. volume = merge
  86. override-map.1 = all
  87. override-map.2 = all-left,all-right
  88.  
  89. [Element Headset]
  90. required-any = any
  91. switch = mute
  92. volume = merge
  93. override-map.1 = all
  94. override-map.2 = all-left,all-right
  95.  
  96. [Element Line HP Swap]
  97. switch = on
  98. required-any = any
  99.  
  100. ; This profile path is intended to control the first headphones, not
  101. ; the second headphones. But it should not hurt if we leave the second
  102. ; headphone jack enabled nonetheless.
  103. [Element Headphone2]
  104. switch = mute
  105. volume = zero
  106.  
  107. [Element Speaker]
  108. switch = off
  109. volume = off
  110.  
  111. [Element Desktop Speaker]
  112. switch = off
  113. volume = off
  114.  
  115. ; On some machines Front is actually a part of the Headphone path
  116. [Element Front]
  117. switch = mute
  118. volume = zero
  119.  
  120. [Element Rear]
  121. switch = off
  122. volume = off
  123.  
  124. [Element Surround]
  125. switch = off
  126. volume = off
  127.  
  128. [Element Side]
  129. switch = off
  130. volume = off
  131.  
  132. [Element Center]
  133. switch = off
  134. volume = off
  135.  
  136. [Element LFE]
  137. switch = off
  138. volume = off
  139.  
  140. [Element Bass Speaker]
  141. switch = off
  142. volume = off
  143.  
  144. [Element Speaker Front]
  145. switch = off
  146. volume = off
  147.  
  148. [Element Speaker Surround]
  149. switch = off
  150. volume = off
  151.  
  152. [Element Speaker Side]
  153. switch = off
  154. volume = off
  155.  
  156. [Element Speaker CLFE]
  157. switch = off
  158. volume = off
  159.  
  160. .include analog-output.conf.common
Add Comment
Please, Sign In to add comment