Re: [pulseaudio-discuss] [PATCH] echo-cancel: Fix drift timer restart logic across suspend

2014-08-17 Thread Arun Raghavan
On 4 August 2014 14:03, Arun Raghavan a...@accosted.net wrote: The IS_ACTIVE() macro does a pa_sink/source_get_state() on our sink and source, which does not work in the state change callback, since the state is not actually committed at that point. --- Pushing now since there were no

[pulseaudio-discuss] [PATCH] echo-cancel: Fix drift timer restart logic across suspend

2014-08-04 Thread Arun Raghavan
The IS_ACTIVE() macro does a pa_sink/source_get_state() on our sink and source, which does not work in the state change callback, since the state is not actually committed at that point. --- src/modules/echo-cancel/module-echo-cancel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)