Searched refs:SNDRV_PCM_STATE_PAUSED (Results 1 – 4 of 4) sorted by relevance
154 case SNDRV_PCM_STATE_PAUSED: in snd_compr_free()413 case SNDRV_PCM_STATE_PAUSED: in snd_compr_poll()651 stream->runtime->state = SNDRV_PCM_STATE_PAUSED; in snd_compr_pause()659 if (stream->runtime->state != SNDRV_PCM_STATE_PAUSED) in snd_compr_resume()
1192 } else if (runtime->status->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1229 runtime->status->state = SNDRV_PCM_STATE_PAUSED; in snd_pcm_post_pause()1462 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1682 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()1781 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2540 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_playback_forward()2590 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_capture_forward()3174 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_playback_poll()3213 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_capture_poll()
1969 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2029 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_lib_write1()2254 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_lib_read1()
293 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro