Home
last modified time | relevance | path

Searched refs:SND_PCM_STATE_SETUP (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c223 _snd_pcm_share_stop(pcm, share->state == SND_PCM_STATE_DRAINING ? SND_PCM_STATE_SETUP : SND_PCM_STATE_XRUN); in _snd_pcm_share_missing()
258 _snd_pcm_share_stop(pcm, SND_PCM_STATE_SETUP); in _snd_pcm_share_missing()
672 share->state = SND_PCM_STATE_SETUP; in snd_pcm_share_hw_params()
1179 share->state = SND_PCM_STATE_SETUP; in snd_pcm_share_drain()
1181 case SND_PCM_STATE_SETUP: in snd_pcm_share_drain()
1189 share->state = SND_PCM_STATE_SETUP; in snd_pcm_share_drain()
1212 share->state = SND_PCM_STATE_SETUP; in snd_pcm_share_drain()
1236 case SND_PCM_STATE_SETUP: in snd_pcm_share_drop()
1240 share->state = SND_PCM_STATE_SETUP; in snd_pcm_share_drop()
1245 _snd_pcm_share_stop(pcm, SND_PCM_STATE_SETUP); in snd_pcm_share_drop()
[all...]
H A Dpcm_null.c154 null->state = SND_PCM_STATE_SETUP; in snd_pcm_null_drop()
162 null->state = SND_PCM_STATE_SETUP; in snd_pcm_null_drain()
H A Dpcm_dshare.c193 dshare->state = SND_PCM_STATE_SETUP; in snd_pcm_dshare_sync_ptr0()
354 dshare->state = SND_PCM_STATE_SETUP; in snd_pcm_dshare_drop()
H A Dpcm_dmix.c418 dmix->state = SND_PCM_STATE_SETUP; in snd_pcm_dmix_sync_ptr0()
579 dmix->state = SND_PCM_STATE_SETUP; in snd_pcm_dmix_drop()
H A Dpcm_ioplug.c509 io->data->state = SND_PCM_STATE_SETUP; in snd_pcm_ioplug_drop()
573 if (!err && io->data->state != SND_PCM_STATE_SETUP) in snd_pcm_ioplug_drain()
H A Dpcm_direct.c775 snd_pcm_state(dmix->spcm) == SND_PCM_STATE_SETUP) {
794 case SND_PCM_STATE_SETUP:
1122 case SND_PCM_STATE_SETUP:
H A Dpcm_dsnoop.c282 dsnoop->state = SND_PCM_STATE_SETUP; in snd_pcm_dsnoop_drop()
/third_party/alsa-lib/include/
H A Dpcm.h303 SND_PCM_STATE_SETUP, enumerator

Completed in 21 milliseconds