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 Kontrol S4
1753a5a1b3Sopenharmony_ci;
1853a5a1b3Sopenharmony_ci; This controller has two stereo pairs of input (named "Channel C" and
1953a5a1b3Sopenharmony_ci; "Channel D") and two stereo pairs of output, one "Main Out" and
2053a5a1b3Sopenharmony_ci; "Headphone Out".
2153a5a1b3Sopenharmony_ci;
2253a5a1b3Sopenharmony_ci; See default.conf for an explanation on the directives used here.
2353a5a1b3Sopenharmony_ci
2453a5a1b3Sopenharmony_ci[General]
2553a5a1b3Sopenharmony_ciauto-profiles = no
2653a5a1b3Sopenharmony_ci
2753a5a1b3Sopenharmony_ci[Mapping analog-stereo-output-main]
2853a5a1b3Sopenharmony_cidescription = Analog Stereo Main Out
2953a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,0
3053a5a1b3Sopenharmony_cichannel-map = left,right
3153a5a1b3Sopenharmony_ci
3253a5a1b3Sopenharmony_ci[Mapping analog-stereo-output-headphone]
3353a5a1b3Sopenharmony_cidescription = Analog Stereo Headphones Out
3453a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,1
3553a5a1b3Sopenharmony_cichannel-map = left,right
3653a5a1b3Sopenharmony_cidirection = output
3753a5a1b3Sopenharmony_ci
3853a5a1b3Sopenharmony_ci[Mapping analog-stereo-c-input]
3953a5a1b3Sopenharmony_cidescription = Analog Stereo Channel C
4053a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,1
4153a5a1b3Sopenharmony_cichannel-map = left,right
4253a5a1b3Sopenharmony_cidirection = input
4353a5a1b3Sopenharmony_ci
4453a5a1b3Sopenharmony_ci[Mapping analog-stereo-d-input]
4553a5a1b3Sopenharmony_cidescription = Analog Stereo Channel D
4653a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,1
4753a5a1b3Sopenharmony_cichannel-map = left,right
4853a5a1b3Sopenharmony_cidirection = input
4953a5a1b3Sopenharmony_ci
5053a5a1b3Sopenharmony_ci[Profile output:analog-stereo-all+input:analog-stereo-all]
5153a5a1b3Sopenharmony_cidescription = Analog Stereo Duplex
5253a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-output-main analog-stereo-output-headphone
5353a5a1b3Sopenharmony_ciinput-mappings = analog-stereo-c-input analog-stereo-d-input
5453a5a1b3Sopenharmony_cipriority = 100
5553a5a1b3Sopenharmony_ciskip-probe = yes
5653a5a1b3Sopenharmony_ci
5753a5a1b3Sopenharmony_ci[Profile output:analog-stereo-main]
5853a5a1b3Sopenharmony_cidescription = Analog Stereo Main Output
5953a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-output-main
6053a5a1b3Sopenharmony_cipriority = 4
6153a5a1b3Sopenharmony_ciskip-probe = yes
6253a5a1b3Sopenharmony_ci
6353a5a1b3Sopenharmony_ci[Profile output:analog-stereo-headphone]
6453a5a1b3Sopenharmony_cidescription = Analog Stereo Output Headphones Out
6553a5a1b3Sopenharmony_cioutput-mappings = analog-stereo-output-headphone
6653a5a1b3Sopenharmony_cipriority = 3
6753a5a1b3Sopenharmony_ciskip-probe = yes
6853a5a1b3Sopenharmony_ci
6953a5a1b3Sopenharmony_ci[Profile input:analog-stereo-c]
7053a5a1b3Sopenharmony_cidescription = Analog Stereo Input Channel C
7153a5a1b3Sopenharmony_ciinput-mappings = analog-stereo-c-input
7253a5a1b3Sopenharmony_cipriority = 2
7353a5a1b3Sopenharmony_ciskip-probe = yes
7453a5a1b3Sopenharmony_ci
7553a5a1b3Sopenharmony_ci[Profile input:analog-stereo-d]
7653a5a1b3Sopenharmony_cidescription = Analog Stereo Input Channel D
7753a5a1b3Sopenharmony_ciinput-mappings = analog-stereo-d-input
7853a5a1b3Sopenharmony_cipriority = 1
7953a5a1b3Sopenharmony_ciskip-probe = yes
8053a5a1b3Sopenharmony_ci
81