[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-117-g7b366a5
Colin Guthrie
gitmailer-noreply at 0pointer.de
Mon Feb 28 05:30:32 PST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from bed4b73cfe99b2be5da2f2b0937e9c24699418d3 (commit)
- Log -----------------------------------------------------------------
7b366a5 alsa-mixer: Add support for "Line Boost" element
-----------------------------------------------------------------------
Summary of changes:
.../alsa/mixer/paths/analog-input-linein.conf | 7 +++++++
.../alsa/mixer/paths/analog-input-mic.conf.common | 4 ++++
2 files changed, 11 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 7b366a52c3cdab23b31b65762de3473b1649ed6e
Author: David Henningsson <david.henningsson at canonical.com>
Date: Wed Feb 16 13:33:03 2011 +0100
alsa-mixer: Add support for "Line Boost" element
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/src/modules/alsa/mixer/paths/analog-input-linein.conf b/src/modules/alsa/mixer/paths/analog-input-linein.conf
index 9362227..461cebd 100644
--- a/src/modules/alsa/mixer/paths/analog-input-linein.conf
+++ b/src/modules/alsa/mixer/paths/analog-input-linein.conf
@@ -35,6 +35,13 @@ volume = off
switch = off
volume = off
+[Element Line Boost]
+required-any = any
+switch = mute
+volume = merge
+override-map.1 = all
+override-map.2 = all-left,all-right
+
[Element Line]
required-any = any
switch = mute
diff --git a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
index 4bebc29..2e4f0d8 100644
--- a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
@@ -22,6 +22,10 @@
switch = off
volume = off
+[Element Line Boost]
+switch = off
+volume = off
+
[Element Aux]
switch = off
volume = off
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list