Searched refs:SNDRV_PCM_STATE_PAUSED (Results 1 – 5 of 5) sorted by relevance
166 case SNDRV_PCM_STATE_PAUSED: in snd_compr_free()445 case SNDRV_PCM_STATE_PAUSED: in snd_compr_poll()676 stream->runtime->state = SNDRV_PCM_STATE_PAUSED; in snd_compr_pause()684 if (stream->runtime->state != SNDRV_PCM_STATE_PAUSED) in snd_compr_resume()
1360 } else if (runtime->status->state != SNDRV_PCM_STATE_PAUSED) in snd_pcm_pre_pause()1397 runtime->status->state = SNDRV_PCM_STATE_PAUSED; in snd_pcm_post_pause()1612 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_pre_reset()1712 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_prepare()1828 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drain()1923 if (runtime->status->state == SNDRV_PCM_STATE_PAUSED) in snd_pcm_drop()2586 case SNDRV_PCM_STATE_PAUSED: in do_pcm_hwsync()3149 case SNDRV_PCM_STATE_PAUSED: in snd_pcm_poll()
1897 case SNDRV_PCM_STATE_PAUSED: in wait_for_avail()2077 case SNDRV_PCM_STATE_PAUSED: in pcm_accessible_state()
312 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ macro