[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-6-g1c0667d

Lennart Poettering gitmailer-noreply at 0pointer.de
Sat Apr 18 14:54:51 PDT 2009


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  12c5afe0382ded41de5283e0a8711155adf7ee64 (commit)

- Log -----------------------------------------------------------------
1c0667d solaris: 0.9.15 solaris module build failure
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-solaris.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

commit 1c0667de21e183d8a3ac79bba2bc534a6f38b690
Author: Finn Thain <fthain at telegraphics.com.au>
Date:   Fri Apr 17 22:58:30 2009 +1000

    solaris: 0.9.15 solaris module build failure
    
    Lennart wrote,
    
    >
    > Hmm, yes. As it seems I broke the build for non-dbus builds.
    
    Well, you also broke the solaris module between 0.9.15-test8 and 0.9.15.
    
    Have you considered release candidates?
    
    Patch follows. It would be nice if API changes could be made without
    breaking things when the effort to avoid that is trivial.
    
    Finn

diff --git a/src/modules/module-solaris.c b/src/modules/module-solaris.c
index ecd3ba3..3f46406 100644
--- a/src/modules/module-solaris.c
+++ b/src/modules/module-solaris.c
@@ -794,7 +794,7 @@ static void sig_callback(pa_mainloop_api *api, pa_signal_event*e, int sig, void
     pa_log_debug("caught signal");
 
     if (u->sink) {
-        pa_sink_get_volume(u->sink, TRUE);
+        pa_sink_get_volume(u->sink, TRUE, FALSE);
         pa_sink_get_mute(u->sink, TRUE);
     }
 

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list