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()
1185 } else if (runtime->status->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1222 runtime->status->state = SNDRV_PCM_STATE_PAUSED; in snd_pcm_post_pause()1465 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1685 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()1784 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2542 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_playback_forward()2592 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_capture_forward()3176 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_playback_poll()3215 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_capture_poll()
1971 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2031 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_lib_write1()2256 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_lib_read1()
291 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro