[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-20-g48e0f68

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Jan 13 17:53:58 PST 2010


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 stable-queue branch has been updated
      from  93cb75d78ed82c40e525a8b30f1ead147ad35ead (commit)

- Log -----------------------------------------------------------------
48e0f68 alsa: cover bass boost mixer element
-----------------------------------------------------------------------

Summary of changes:
 src/modules/alsa/alsa-mixer.c                      |    2 ++
 .../alsa/mixer/paths/analog-output.conf.common     |   11 +++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

commit 48e0f6808bcc8e07622e4a45b3aabfc4679e9966
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jan 14 02:53:50 2010 +0100

    alsa: cover bass boost mixer element
    
    http://pulseaudio.org/ticket/740

diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 8b13239..8bbd1f5 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -1713,6 +1713,8 @@ static int option_verify(pa_alsa_option *o) {
         { "input-boost-off",           N_("No Boost") },
         { "output-amplifier-on",       N_("Amplifier") },
         { "output-amplifier-off",      N_("No Amplifier") },
+        { "output-bass-boost-on",      N_("Bass Boost") },
+        { "output-bass-boost-off",     N_("No Bass Boost") },
         { "output-speaker",            N_("Speaker") },
         { "output-headphones",         N_("Headphones") }
     };
diff --git a/src/modules/alsa/mixer/paths/analog-output.conf.common b/src/modules/alsa/mixer/paths/analog-output.conf.common
index fd7f0cf..6131da5 100644
--- a/src/modules/alsa/mixer/paths/analog-output.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-output.conf.common
@@ -110,6 +110,17 @@ priority = 10
 name = output-amplifier-off
 priority = 0
 
+[Element Bass Boost]
+switch = select
+
+[Option Bass Boost:on]
+name = output-bass-boost-on
+priority = 0
+
+[Option Bass Boost:off]
+name = output-bass-boost-off
+priority = 10
+
 ;;; 'Analog Output'
 
 [Element Analog Output]

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list