Advertisement
Guest User

sb-omni-surround-5.1.conf

a guest
Jun 2nd, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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. ; Creative Sound Blaster Omni Surround 5.1
  17. ;
  18. ; This sound card have Mic/Line in at hw:%f,1,0 - this is the main
  19. ; difference from default.conf, also unsupported sections removed.
  20. ;
  21. ; See default.conf for an explanation on the directives used here.
  22.  
  23. [General]
  24. auto-profiles = yes
  25.  
  26. [Mapping analog-stereo]
  27. device-strings = front:%f hw:%f
  28. channel-map = left,right
  29. paths-output = analog-output analog-output-lineout analog-output-speaker
  30. priority = 10
  31.  
  32. [Mapping analog-stereo-input]
  33. device-strings = hw:%f,1,0
  34. paths-input = analog-input analog-input-mic analog-input-linein
  35. channel-map = left,right
  36. direction = input
  37.  
  38. [Mapping analog-surround-21]
  39. device-strings = surround21:%f
  40. channel-map = front-left,front-right,lfe
  41. paths-output = analog-output analog-output-lineout analog-output-speaker
  42. priority = 8
  43. direction = output
  44.  
  45. [Mapping analog-surround-40]
  46. device-strings = surround40:%f
  47. channel-map = front-left,front-right,rear-left,rear-right
  48. paths-output = analog-output analog-output-lineout analog-output-speaker
  49. priority = 7
  50. direction = output
  51.  
  52. [Mapping analog-surround-41]
  53. device-strings = surround41:%f
  54. channel-map = front-left,front-right,rear-left,rear-right,lfe
  55. paths-output = analog-output analog-output-lineout analog-output-speaker
  56. priority = 8
  57. direction = output
  58.  
  59. [Mapping analog-surround-50]
  60. device-strings = surround50:%f
  61. channel-map = front-left,front-right,rear-left,rear-right,front-center
  62. paths-output = analog-output analog-output-lineout analog-output-speaker
  63. priority = 7
  64. direction = output
  65.  
  66. [Mapping analog-surround-51]
  67. device-strings = surround51:%f
  68. channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
  69. paths-output = analog-output analog-output-lineout analog-output-speaker
  70. priority = 8
  71. direction = output
  72.  
  73. [Mapping iec958-stereo]
  74. device-strings = iec958:%f
  75. channel-map = left,right
  76. paths-input = iec958-stereo-input
  77. paths-output = iec958-stereo-output
  78. priority = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement