2009-06-19 01:30:24 +02:00
|
|
|
# This file is part of PulseAudio.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU Lesser General Public License as
|
|
|
|
|
# published by the Free Software Foundation; either version 2.1 of the
|
|
|
|
|
# License, or (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# along with PulseAudio; if not, write to the Free Software Foundation,
|
|
|
|
|
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
|
|
|
|
2012-05-19 10:03:01 +02:00
|
|
|
; Intended for usage on boards that have a separate Mono output plug.
|
2009-06-19 01:30:24 +02:00
|
|
|
;
|
|
|
|
|
; See analog-output.conf.common for an explanation on the directives
|
2009-06-17 03:45:14 +02:00
|
|
|
|
|
|
|
|
[General]
|
|
|
|
|
priority = 50
|
|
|
|
|
|
|
|
|
|
[Element Hardware Master]
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
|
|
|
|
[Element Master]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
[Element Master Mono]
|
|
|
|
|
required = any
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
2009-08-21 03:45:58 +02:00
|
|
|
; This profile path is intended to control the speaker, not the
|
|
|
|
|
; headphones. But it should not hurt if we leave the headphone jack
|
|
|
|
|
; enabled nonetheless.
|
2009-06-17 03:45:14 +02:00
|
|
|
[Element Headphone]
|
2009-08-21 03:45:58 +02:00
|
|
|
switch = mute
|
|
|
|
|
volume = zero
|
2009-06-17 03:45:14 +02:00
|
|
|
|
2009-10-31 03:42:42 +01:00
|
|
|
[Element Headphone2]
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = zero
|
|
|
|
|
|
2009-07-23 18:44:26 +02:00
|
|
|
[Element Speaker]
|
|
|
|
|
switch = mute
|
|
|
|
|
volume = merge
|
|
|
|
|
override-map.1 = all
|
|
|
|
|
override-map.2 = all-left,all-right
|
|
|
|
|
|
2010-02-15 22:23:39 +01:00
|
|
|
[Element Desktop Speaker]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
2009-06-17 03:45:14 +02:00
|
|
|
[Element Front]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
[Element Rear]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
2009-09-18 03:46:33 +02:00
|
|
|
[Element Surround]
|
2009-06-17 03:45:14 +02:00
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
[Element Side]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
[Element Center]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
[Element LFE]
|
|
|
|
|
switch = off
|
|
|
|
|
volume = off
|
|
|
|
|
|
|
|
|
|
.include analog-output.conf.common
|