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; Dell Dock TB16 USB audio 17; 18; This card has two stereo pairs of output, One Mono input. 19; 20; See default.conf for an explanation on the directives used here. 21 22[General] 23auto-profiles = no 24 25[Mapping analog-stereo-headphone] 26description = Headphone 27device-strings = hw:%f,0,0 28channel-map = left,right 29direction = output 30 31[Mapping analog-stereo-speaker] 32description = Speaker 33device-strings = hw:%f,1,0 34channel-map = left,right 35direction = output 36 37[Mapping analog-stereo-mic] 38description = Headset-Mic 39device-strings = hw:%f,0,0 40channel-map = left,right 41direction = input 42 43 44[Profile output:analog-stereo-speaker] 45description = Speaker 46output-mappings = analog-stereo-speaker 47priority = 60 48skip-probe = yes 49 50[Profile output:analog-stereo-headphone+input:analog-stereo-mic] 51description = Headset 52output-mappings = analog-stereo-headphone 53input-mappings = analog-stereo-mic 54priority = 80 55skip-probe = yes 56