Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file is part of PulseAudio.
- #
- # PulseAudio is free software; you can redistribute it and/or modify
- # it under the terms of the GNU Lesser General Public License as
- # published by the Free Software Foundation; either version 2.1 of the
- # License, or (at your option) any later version.
- #
- # PulseAudio is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- # General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public License
- # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
- ; Creative Sound Blaster Omni Surround 5.1
- ;
- ; This sound card have Mic/Line in at hw:%f,1,0 - this is the main
- ; difference from default.conf, also unsupported sections removed.
- ;
- ; See default.conf for an explanation on the directives used here.
- [General]
- auto-profiles = yes
- [Mapping analog-stereo]
- device-strings = front:%f hw:%f
- channel-map = left,right
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 10
- [Mapping analog-stereo-input]
- device-strings = hw:%f,1,0
- paths-input = analog-input analog-input-mic analog-input-linein
- channel-map = left,right
- direction = input
- [Mapping analog-surround-21]
- device-strings = surround21:%f
- channel-map = front-left,front-right,lfe
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 8
- direction = output
- [Mapping analog-surround-40]
- device-strings = surround40:%f
- channel-map = front-left,front-right,rear-left,rear-right
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 7
- direction = output
- [Mapping analog-surround-41]
- device-strings = surround41:%f
- channel-map = front-left,front-right,rear-left,rear-right,lfe
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 8
- direction = output
- [Mapping analog-surround-50]
- device-strings = surround50:%f
- channel-map = front-left,front-right,rear-left,rear-right,front-center
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 7
- direction = output
- [Mapping analog-surround-51]
- device-strings = surround51:%f
- channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe
- paths-output = analog-output analog-output-lineout analog-output-speaker
- priority = 8
- direction = output
- [Mapping iec958-stereo]
- device-strings = iec958:%f
- channel-map = left,right
- paths-input = iec958-stereo-input
- paths-output = iec958-stereo-output
- priority = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement