Searched refs:SNDRV_PCM_STATE_PAUSED (Results 1 – 5 of 5) sorted by relevance
162 case SNDRV_PCM_STATE_PAUSED: in snd_compr_free()458 case SNDRV_PCM_STATE_PAUSED: in snd_compr_poll()747 stream->runtime->state = SNDRV_PCM_STATE_PAUSED; in snd_compr_pause()767 case SNDRV_PCM_STATE_PAUSED: in snd_compr_resume()914 case SNDRV_PCM_STATE_PAUSED: in snd_compr_drain()966 case SNDRV_PCM_STATE_PAUSED: in snd_compr_partial_drain()
1611 } else if (runtime->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1649 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause()1888 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1998 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_prepare()2119 if (runtime->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()2224 if (runtime->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2940 case SNDRV_PCM_STATE_PAUSED: in do_pcm_hwsync()3633 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_poll()
2020 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2213 case SNDRV_PCM_STATE_PAUSED: in pcm_accessible_state()
313 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro