Guest User

analog-output.conf

a guest
Jul 11th, 2012
1,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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, write to the Free Software Foundation,
  15. # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  16.  
  17. ; Intended for the 'default' output. Note that a-o-speaker.conf has a
  18. ; higher priority than this
  19. ;
  20. ; See analog-output.conf.common for an explanation on the directives
  21.  
  22. [General]
  23. priority = 99
  24.  
  25. [Element Hardware Master]
  26. switch = mute
  27. volume = merge
  28. override-map.1 = all
  29. override-map.2 = all-left,all-right
  30.  
  31. [Element Master]
  32. switch = mute
  33. volume = ignore
  34. override-map.1 = all
  35. override-map.2 = all-left,all-right
  36.  
  37. [Element Master Front]
  38. switch = mute
  39. volume = ignore
  40. override-map.1 = all
  41. override-map.2 = front-left,front-right
  42.  
  43. [Element Master Mono]
  44. switch = off
  45. volume = off
  46.  
  47. [Element Line HP Swap]
  48. switch = off
  49.  
  50. ; This profile path is intended to control the default output, not the
  51. ; headphones. But it should not hurt if we leave the headphone jack
  52. ; enabled nonetheless.
  53. [Element Headphone]
  54. switch = mute
  55. volume = zero
  56.  
  57. [Element Headphone2]
  58. switch = mute
  59. volume = zero
  60.  
  61. [Element Speaker]
  62. switch = mute
  63. volume = off
  64.  
  65. [Element Desktop Speaker]
  66. switch = mute
  67. volume = off
  68.  
  69. [Element Front]
  70. switch = mute
  71. volume = ignore
  72. override-map.1 = all-front
  73. override-map.2 = front-left,front-right
  74.  
  75. [Element Rear]
  76. switch = mute
  77. volume = ignore
  78. override-map.1 = all-rear
  79. override-map.2 = rear-left,rear-right
  80.  
  81. [Element Surround]
  82. switch = mute
  83. volume = ignore
  84. override-map.1 = all-rear
  85. override-map.2 = rear-left,rear-right
  86.  
  87. [Element Side]
  88. switch = mute
  89. volume = ignore
  90. override-map.1 = all-side
  91. override-map.2 = side-left,side-right
  92.  
  93. [Element Center]
  94. switch = mute
  95. volume = ignore
  96. override-map.1 = all-center
  97. override-map.2 = all-center,all-center
  98.  
  99. [Element LFE]
  100. switch = mute
  101. volume = ignore
  102. override-map.1 = lfe
  103. override-map.2 = lfe,lfe
  104.  
  105. .include analog-output.conf.common
Advertisement
Add Comment
Please, Sign In to add comment