Advertisement
Guest User

Output of headphones.conf

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