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; Native Instruments Traktor Audio 2
1753a5a1b3Sopenharmony_ci;
1853a5a1b3Sopenharmony_ci; This card has two stereo pairs of output.
1953a5a1b3Sopenharmony_ci;
2053a5a1b3Sopenharmony_ci; See default.conf for an explanation on the directives used here.
2153a5a1b3Sopenharmony_ci
2253a5a1b3Sopenharmony_ci[General]
2353a5a1b3Sopenharmony_ciauto-profiles = no
2453a5a1b3Sopenharmony_ci
2553a5a1b3Sopenharmony_ci[Mapping analog-stereo-a]
2653a5a1b3Sopenharmony_cidescription = Analog Stereo Channel A
2753a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,0
2853a5a1b3Sopenharmony_cichannel-map = left,right
2953a5a1b3Sopenharmony_cidirection = output
3053a5a1b3Sopenharmony_ci
3153a5a1b3Sopenharmony_ci[Mapping analog-stereo-b]
3253a5a1b3Sopenharmony_cidescription = Analog Stereo Channel B
3353a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,1
3453a5a1b3Sopenharmony_cichannel-map = left,right
3553a5a1b3Sopenharmony_cidirection = output
3653a5a1b3Sopenharmony_ci
3753a5a1b3Sopenharmony_ci[Profile output:analog-stereo-a]
3853a5a1b3Sopenharmony_cidescription = Analog Stereo Output Channel A
3953a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-a
4053a5a1b3Sopenharmony_cipriority = 60
4153a5a1b3Sopenharmony_ciskip-probe = yes
4253a5a1b3Sopenharmony_ci
4353a5a1b3Sopenharmony_ci[Profile output:analog-stereo-b]
4453a5a1b3Sopenharmony_cidescription = Analog Stereo Output Channel B
4553a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-b
4653a5a1b3Sopenharmony_cipriority = 50
4753a5a1b3Sopenharmony_ciskip-probe = yes
4853a5a1b3Sopenharmony_ci
4953a5a1b3Sopenharmony_ci[Profile analog-stereo-all]
5053a5a1b3Sopenharmony_cidescription = Analog Stereo Output Channels A & B
5153a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-a analog-stereo-b
5253a5a1b3Sopenharmony_cipriority = 100
5353a5a1b3Sopenharmony_ciskip-probe = yes
54