Lines Matching refs:state
655 * snd_pcm_running - Check whether the substream is in a running state
658 * Returns true if the given substream is in the state RUNNING, or in the
659 * state DRAINING for playback.
663 return (substream->runtime->status->state == SNDRV_PCM_STATE_RUNNING ||
664 (substream->runtime->status->state == SNDRV_PCM_STATE_DRAINING &&
1450 snd_pcm_state_t state; /* stream state */
1462 snd_pcm_state_t suspended_state; /* suspended stream state */
1476 snd_pcm_state_t state; /* stream state */
1487 snd_pcm_state_t suspended_state; /* suspended stream state */