153a5a1b3Sopenharmony_ci# This file is part of PulseAudio. 253a5a1b3Sopenharmony_ci# 353a5a1b3Sopenharmony_ci# PulseAudio is free software; you can redistribute it and/or modify 453a5a1b3Sopenharmony_ci# it under the terms of the GNU Lesser General Public License as 553a5a1b3Sopenharmony_ci# published by the Free Software Foundation; either version 2.1 of the 653a5a1b3Sopenharmony_ci# License, or (at your option) any later version. 753a5a1b3Sopenharmony_ci# 853a5a1b3Sopenharmony_ci# PulseAudio is distributed in the hope that it will be useful, but 953a5a1b3Sopenharmony_ci# WITHOUT ANY WARRANTY; without even the implied warranty of 1053a5a1b3Sopenharmony_ci# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1153a5a1b3Sopenharmony_ci# General Public License for more details. 1253a5a1b3Sopenharmony_ci# 1353a5a1b3Sopenharmony_ci# You should have received a copy of the GNU Lesser General Public License 1453a5a1b3Sopenharmony_ci# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 1553a5a1b3Sopenharmony_ci 1653a5a1b3Sopenharmony_ci; USB Gaming DAC. 1753a5a1b3Sopenharmony_ci; These devices have two output devices. The first one is mono, meant for 1853a5a1b3Sopenharmony_ci; voice audio, and the second one is 7.1 surround, meant for everything 1953a5a1b3Sopenharmony_ci; else. The 7.1 surround is mapped to headphones within the device. 2053a5a1b3Sopenharmony_ci; The purpose of the mono/7.1 design is to provide separate volume 2153a5a1b3Sopenharmony_ci; controls for voice and other audio, which can be useful in gaming. 2253a5a1b3Sopenharmony_ci; 2353a5a1b3Sopenharmony_ci; Works with: 2453a5a1b3Sopenharmony_ci; Sennheiser GSX 1000 2553a5a1b3Sopenharmony_ci; Sennheiser GSX 1200 2653a5a1b3Sopenharmony_ci; 2753a5a1b3Sopenharmony_ci; See default.conf for an explanation on the directives used here. 2853a5a1b3Sopenharmony_ci 2953a5a1b3Sopenharmony_ci[General] 3053a5a1b3Sopenharmony_ciauto-profiles = no 3153a5a1b3Sopenharmony_ci 3253a5a1b3Sopenharmony_ci[Mapping analog-chat-output] 3353a5a1b3Sopenharmony_cidevice-strings = hw:%f,0 3453a5a1b3Sopenharmony_cichannel-map = mono 3553a5a1b3Sopenharmony_cipaths-output = analog-chat-output 3653a5a1b3Sopenharmony_cidirection = output 3753a5a1b3Sopenharmony_cipriority = 4000 3853a5a1b3Sopenharmony_ciintended-roles = phone 3953a5a1b3Sopenharmony_ci 4053a5a1b3Sopenharmony_ci[Mapping analog-output-surround71] 4153a5a1b3Sopenharmony_cidevice-strings = hw:%f,1 4253a5a1b3Sopenharmony_cichannel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 4353a5a1b3Sopenharmony_cipaths-output = virtual-surround-7.1 4453a5a1b3Sopenharmony_cipriority = 4100 4553a5a1b3Sopenharmony_cidirection = output 4653a5a1b3Sopenharmony_ci 4753a5a1b3Sopenharmony_ci[Mapping analog-chat-input] 4853a5a1b3Sopenharmony_cidevice-strings = hw:%f,0 4953a5a1b3Sopenharmony_cichannel-map = mono 5053a5a1b3Sopenharmony_cipaths-input = analog-chat-input 5153a5a1b3Sopenharmony_cipriority = 4100 5253a5a1b3Sopenharmony_cidirection = input 5353a5a1b3Sopenharmony_ci 5453a5a1b3Sopenharmony_ci[Profile output:analog-output-surround71+output:analog-output-chat+input:analog-input] 5553a5a1b3Sopenharmony_cioutput-mappings = analog-output-surround71 analog-chat-output 5653a5a1b3Sopenharmony_ciinput-mappings = analog-chat-input 5753a5a1b3Sopenharmony_cipriority = 5100 5853a5a1b3Sopenharmony_ciskip-probe = yes 59