]> code.delx.au - pulseaudio/blobdiff - src/modules/module-esound-sink.c
echo-cancel: Add alternative echo-cancellation implementation
[pulseaudio] / src / modules / module-esound-sink.c
index d7c678ca9d5a3cda1961e3d67ac6cd335ee33aed..02541e62dc06c0e8f71ef4fec62db966db1afb40 100644 (file)
@@ -628,7 +628,7 @@ int pa__init(pa_module*m) {
     /* Reserve space for the response */
     u->read_data = pa_xmalloc(u->read_length = sizeof(int32_t));
 
-    if (!(u->thread = pa_thread_new(thread_func, u))) {
+    if (!(u->thread = pa_thread_new("esound-sink", thread_func, u))) {
         pa_log("Failed to create thread.");
         goto fail;
     }