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; This profile forces a speaker port even if we have no way of identifying it. 17; See default.conf for explanations. 18 19[General] 20auto-profiles = yes 21 22[Mapping analog-stereo] 23device-strings = hw:%f 24channel-map = left,right 25paths-output = analog-output-headphones-rockchip 26paths-input = analog-input-headset-mic-rockchip 27priority = 5 28 29; An example for defining multiple-sink profiles 30#[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo] 31#description = Foobar 32#output-mappings = analog-stereo iec958-stereo 33#input-mappings = analog-stereo 34