## Description: add some description ## Origin/Author: add some origin or author ## Bug: bug URL Index: alsa-plugins-1.0.23/pulse/conf_pulse.c =================================================================== --- alsa-plugins-1.0.23.orig/pulse/conf_pulse.c 2012-04-16 15:24:29.005858166 +0300 +++ alsa-plugins-1.0.23/pulse/conf_pulse.c 2012-04-16 15:24:02.929730653 +0300 @@ -48,6 +48,10 @@ if (getenv("PULSE_INTERNAL") != NULL) goto out; + /* Defined if we're a child of pasuspender */ + if (getenv("PASUSPENDED") != NULL) + goto out; + loop = pa_mainloop_new(); if (loop == NULL) goto out;