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 --- pulseaudio-0.9.15/src/modules/module-solaris.c.orig Fri Apr 17 14:12:05 2009 +++ pulseaudio-0.9.15/src/modules/module-solaris.c Fri Apr 17 14:32:03 2009 @@ -794,7 +794,7 @@ 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); }