• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 is a profile meant for simple (stereo + mic) headphones.
17; default.conf also works but using this one will hide some profiles
18; that don't make sense like IEC958 and multichannel inputs.
19
20[General]
21auto-profiles = yes
22
23[Mapping analog-stereo]
24device-strings = front:%f
25channel-map = left,right
26paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
27paths-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
28priority = 15
29
30# If everything else fails, try to use hw:0 as a stereo device...
31[Mapping stereo-fallback]
32device-strings = hw:%f
33fallback = yes
34channel-map = front-left,front-right
35paths-output = analog-output analog-output-lineout analog-output-speaker analog-output-headphones analog-output-headphones-2
36paths-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
37priority = 1
38
39[Mapping analog-mono]
40device-strings = hw:%f,0,0
41channel-map = mono
42direction = input
43