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; Native Instruments Kore Controller 17; 18; This card has one stereo pairs of input and two stereo pairs of 19; output, named "Master" and "Headphone". The master channel has 20; an additional Coax S/PDIF connector which is always on. 21; 22; We knowingly only define a subset of the theoretically possible 23; mapping combinations as profiles here. 24; 25; See default.conf for an explanation on the directives used here. 26 27[General] 28auto-profiles = no 29 30[Mapping analog-stereo-master-out] 31description = Analog Stereo Master Channel 32device-strings = hw:%f,0,0 33channel-map = left,right 34 35[Mapping analog-stereo-headphone-out] 36description = Analog Stereo Headphone Channel 37device-strings = hw:%f,0,1 38channel-map = left,right 39direction = output 40 41[Mapping analog-stereo-input] 42description = Analog Stereo 43device-strings = hw:%f,0,0 44channel-map = left,right 45direction = input 46 47[Profile output:analog-stereo-all+input:analog-stereo-all] 48description = Analog Stereo Duplex Master Output, Headphones Output 49output-mappings = analog-stereo-master-out analog-stereo-headphone-out 50input-mappings = analog-stereo-input 51priority = 100 52skip-probe = yes 53 54[Profile output:analog-stereo-master+input:analog-stereo-input] 55description = Analog Stereo Duplex Master Output 56output-mappings = analog-stereo-master-out 57input-mappings = analog-stereo-input 58priority = 40 59skip-probe = yes 60 61[Profile output:analog-stereo-headphone-out+input:analog-stereo-input] 62description = Analog Stereo Headphones Output 63output-mappings = analog-stereo-headphone-out 64input-mappings = analog-stereo-input 65priority = 30 66skip-probe = yes 67 68[Profile output:analog-stereo-master] 69description = Analog Stereo Master Output 70output-mappings = analog-stereo-master-out 71priority = 3 72skip-probe = yes 73 74[Profile output:analog-stereo-headphone] 75description = Analog Stereo Headphones Output 76output-mappings = analog-stereo-headphone-out 77priority = 2 78skip-probe = yes 79 80[Profile input:analog-stereo-input] 81description = Analog Stereo Input 82input-mappings = analog-stereo-input 83priority = 1 84skip-probe = yes 85