153a5a1b3Sopenharmony_ci# This file is part of PulseAudio. 253a5a1b3Sopenharmony_ci# 353a5a1b3Sopenharmony_ci# PulseAudio is free software; you can redistribute it and/or modify 453a5a1b3Sopenharmony_ci# it under the terms of the GNU Lesser General Public License as 553a5a1b3Sopenharmony_ci# published by the Free Software Foundation; either version 2.1 of the 653a5a1b3Sopenharmony_ci# License, or (at your option) any later version. 753a5a1b3Sopenharmony_ci# 853a5a1b3Sopenharmony_ci# PulseAudio is distributed in the hope that it will be useful, but 953a5a1b3Sopenharmony_ci# WITHOUT ANY WARRANTY; without even the implied warranty of 1053a5a1b3Sopenharmony_ci# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1153a5a1b3Sopenharmony_ci# General Public License for more details. 1253a5a1b3Sopenharmony_ci# 1353a5a1b3Sopenharmony_ci# You should have received a copy of the GNU Lesser General Public License 1453a5a1b3Sopenharmony_ci# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 1553a5a1b3Sopenharmony_ci 1653a5a1b3Sopenharmony_ci; This is a profile meant for simple (stereo + mic) headphones. 1753a5a1b3Sopenharmony_ci; default.conf also works but using this one will hide some profiles 1853a5a1b3Sopenharmony_ci; that don't make sense like IEC958 and multichannel inputs. 1953a5a1b3Sopenharmony_ci 2053a5a1b3Sopenharmony_ci[General] 2153a5a1b3Sopenharmony_ciauto-profiles = yes 2253a5a1b3Sopenharmony_ci 2353a5a1b3Sopenharmony_ci[Mapping analog-stereo] 2453a5a1b3Sopenharmony_cidevice-strings = front:%f 2553a5a1b3Sopenharmony_cichannel-map = left,right 2653a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 2753a5a1b3Sopenharmony_cipaths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic 2853a5a1b3Sopenharmony_cipriority = 15 2953a5a1b3Sopenharmony_ci 3053a5a1b3Sopenharmony_ci# If everything else fails, try to use hw:0 as a stereo device... 3153a5a1b3Sopenharmony_ci[Mapping stereo-fallback] 3253a5a1b3Sopenharmony_cidevice-strings = hw:%f 3353a5a1b3Sopenharmony_cifallback = yes 3453a5a1b3Sopenharmony_cichannel-map = front-left,front-right 3553a5a1b3Sopenharmony_cipaths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2 3653a5a1b3Sopenharmony_cipaths-input = analog-input-front-mic analog-input-rear-mic analog-input-internal-mic analog-input-dock-mic analog-input analog-input-mic analog-input-linein analog-input-aux analog-input-video analog-input-tvtuner analog-input-fm analog-input-mic-line analog-input-headphone-mic analog-input-headset-mic 3753a5a1b3Sopenharmony_cipriority = 1 3853a5a1b3Sopenharmony_ci 3953a5a1b3Sopenharmony_ci[Mapping analog-mono] 4053a5a1b3Sopenharmony_cidevice-strings = hw:%f,0,0 4153a5a1b3Sopenharmony_cichannel-map = mono 4253a5a1b3Sopenharmony_cidirection = input 43