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 hdmi-stereo] 23description = Digital Stereo (HDMI) 24device-strings = hw:%f 25paths-output = hdmi-output-rockchip-1 26channel-map = left,right 27priority = 8 28direction = output 29 30description = Digital Stereo (HDMI 2) 31device-strings = hw:%f 32paths-output = hdmi-output-rockchip-2 33channel-map = left,right 34priority = 21 35direction = output 36 37 38 39; An example for defining multiple-sink profiles 40#[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo] 41#description = Foobar 42#output-mappings = analog-stereo iec958-stereo 43#input-mappings = analog-stereo 44