Searched refs:snd_pcm_stream (Results 1 – 6 of 6) sorted by relevance
369 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_PLAYBACK) in xfer_libasound_wait_event()693 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in xfer_libasound_pre_process()703 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in xfer_libasound_pre_process()831 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE || in xfer_libasound_post_process()
46 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in wait_for_avail()394 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) { in irq_rw_pre_process()
307 if (snd_pcm_stream(s->h) == SND_PCM_STREAM_PLAYBACK) { in ff_alsa_close()
507 stream_type = snd_pcm_stream (handle); in gst_alsa_probe_supported_formats()
516 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
750 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm) in snd_pcm_stream() function8563 if (snd_pcm_stream(pcm) == SND_PCM_STREAM_PLAYBACK) in snd_pcm_recover()8613 const char *s = snd_pcm_stream_name(snd_pcm_stream(pcm)); in snd_pcm_set_params()