]> code.delx.au - pulseaudio/commitdiff
solaris: 0.9.15 solaris module build failure
authorFinn Thain <fthain@telegraphics.com.au>
Fri, 17 Apr 2009 12:58:30 +0000 (22:58 +1000)
committerLennart Poettering <lennart@poettering.net>
Sat, 18 Apr 2009 21:54:34 +0000 (23:54 +0200)
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

src/modules/module-solaris.c

index ecd3ba323e5143ea6afd4eb3d45c4c5ce9aeba6d..3f46406a5d5f13f235be5679b525f0fadf50661e 100644 (file)
@@ -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);
     }