You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multiple-pipeline: replace pidof->ps to catch uninterruptible sleep
pidof ignores processes in uninterruptable sleep by default, probably
because sending them signals is futile. pidof has a -z option but it's
just simpler to use "ps".
Also de-duplicate code into new ps_checks() function
Fixes: #472
Any aplay or arecord process can be in uninterruptable sleep when doing
I/O but the easiest way to reproduce is to wait a few seconds and let the
DSP go to sleep.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
0 commit comments