Searched refs:SNDRV_PCM_STATE_PAUSED (Results 1 – 5 of 5) sorted by relevance
151 case SNDRV_PCM_STATE_PAUSED: in snd_compr_free()431 case SNDRV_PCM_STATE_PAUSED: in snd_compr_poll()714 stream->runtime->state = SNDRV_PCM_STATE_PAUSED; in snd_compr_pause()734 case SNDRV_PCM_STATE_PAUSED: in snd_compr_resume()883 case SNDRV_PCM_STATE_PAUSED: in snd_compr_drain()935 case SNDRV_PCM_STATE_PAUSED: in snd_compr_partial_drain()
1589 } else if (runtime->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1631 __snd_pcm_set_state(runtime, SNDRV_PCM_STATE_PAUSED); in snd_pcm_post_pause()1878 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1990 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_prepare()2111 if (runtime->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()2216 if (runtime->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2916 case SNDRV_PCM_STATE_PAUSED: in do_pcm_hwsync()3610 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_poll()
1932 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2112 case SNDRV_PCM_STATE_PAUSED: in pcm_accessible_state()
309 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro