]> code.delx.au - pulseaudio/commitdiff
fix suspend for alsa sink
authorLennart Poettering <lennart@poettering.net>
Thu, 15 May 2008 22:24:18 +0000 (22:24 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 15 May 2008 22:24:18 +0000 (22:24 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2438 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/module-alsa-sink.c

index 9c4da07aa28c0c2ebf84c258135f6d96246495e7..f4211ed320a52ececae76c1f6f73e8e576ed5ee4 100644 (file)
@@ -868,6 +868,9 @@ static void sink_update_requested_latency_cb(pa_sink *s) {
     snd_pcm_sframes_t before;
     pa_assert(u);
 
+    if (!u->pcm_handle)
+        return;
+
     before = u->hwbuf_unused_frames;
     update_sw_params(u);
 
@@ -1003,7 +1006,7 @@ static void thread_func(void *userdata) {
                      * we have filled the buffer at least once
                      * completely.*/
 
-                    pa_log_debug("Cutting sleep time for the initial iterations by half.");
+                    /*pa_log_debug("Cutting sleep time for the initial iterations by half.");*/
                     sleep_usec /= 2;
                 }