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()881 case SNDRV_PCM_STATE_PAUSED: in snd_compr_drain()933 case SNDRV_PCM_STATE_PAUSED: in snd_compr_partial_drain()
1530 } else if (runtime->status->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1572 runtime->status->state = SNDRV_PCM_STATE_PAUSED; in snd_pcm_post_pause()1818 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1926 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_prepare()2047 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()2152 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2845 case SNDRV_PCM_STATE_PAUSED: in do_pcm_hwsync()3522 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_poll()
1931 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2111 case SNDRV_PCM_STATE_PAUSED: in pcm_accessible_state()
318 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro