# 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, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ; Native Instruments Audio 10 DJ ; ; This card has one device with 10 channels of input and ; 10 channels of output ; ; We knowingly only define a subset of the theoretically possible ; mapping combinations as profiles here. ; ; See default.conf for an explanation on the directives used here. [General] auto-profiles = no # THESE WORK! [Mapping analog-out-all] description = Analog Output 10 Channel device-strings = hw:%f channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right,aux0,aux1 [Mapping analog-in-all] description = Analog Input 10 Channel device-strings = hw:%f channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right,aux0,aux1 # THESE FAIL :( [Mapping analog-stereo-out-main] description = Analog Stereo Main device-strings = hw:%f channel-map = front-left,front-right [Mapping analog-stereo-out-a] description = Analog Stereo Main device-strings = hw:%f channel-map = rear-left,rear-right [Mapping analog-stereo-out-b] description = Analog Stereo Main device-strings = hw:%f channel-map = front-center,lfe [Mapping analog-stereo-out-c] description = Analog Stereo Main device-strings = hw:%f channel-map = side-left,side-right [Mapping analog-stereo-out-d] description = Analog Stereo Main device-strings = hw:%f channel-map = aux0,aux1 [Mapping analog-stereo-in-main] description = Analog Stereo Main device-strings = hw:%f channel-map = front-left,front-right [Mapping analog-stereo-in-a] description = Analog Stereo Main device-strings = hw:%f channel-map = rear-left,rear-right [Mapping analog-stereo-in-b] description = Analog Stereo Main device-strings = hw:%f channel-map = front-center,lfe [Mapping analog-stereo-in-c] description = Analog Stereo Main device-strings = hw:%f channel-map = side-left,side-right [Mapping analog-stereo-in-d] description = Analog Stereo Main device-strings = hw:%f channel-map = aux0,aux1 [Profile output:analog-out-all+input:analog-in-all] description = Analog 10 Channel Duplex output-mappings = analog-out-all input-mappings = analog-in-all priority = 50 skip-probe = yes [Profile output:analog-out-all] description = Analog 10 Channel Out output-mappings = analog-out-all priority = 50 skip-probe = yes [Profile output:analog-stereo-out-main+input:analog-stereo-in-main] description = Analog Stereo Duplex Main output-mappings = analog-stereo-out-main input-mappings = analog-stereo-in-main priority = 50 skip-probe = yes [Profile output:analog-stereo-out-a+input:analog-stereo-in-a] description = Analog Stereo Duplex Channel A output-mappings = analog-stereo-out-a input-mappings = analog-stereo-in-a priority = 40 skip-probe = yes [Profile output:analog-stereo-out-b+input:analog-stereo-in-b] description = Analog Stereo Duplex Channel B output-mappings = analog-stereo-out-b input-mappings = analog-stereo-in-b priority = 30 skip-probe = yes [Profile output:analog-stereo-out-a+input:analog-stereo-in-c] description = Analog Stereo Duplex Channel C output-mappings = analog-stereo-out-c input-mappings = analog-stereo-in-c priority = 20 skip-probe = yes [Profile output:analog-stereo-out-a+input:analog-stereo-in-d] description = Analog Stereo Duplex Channel D output-mappings = analog-stereo-out-d input-mappings = analog-stereo-in-d priority = 10 skip-probe = yes