auclnt_is_paused
boolean_t auclnt_is_paused(audio_stream_t *);
if (!auclnt_is_paused(auclnt_output_stream(c))) {
if (!auclnt_is_paused(auclnt_input_stream(c))) {
if (!auclnt_is_paused(sp))
info->play.pause = auclnt_is_paused(sp);
info->record.pause = auclnt_is_paused(sp);