Lines Matching defs:stream
71 info->stream = pcm->stream;
87 /* the prepared stream, otherwise the start is not called */
143 if (pcm->stream == SND_PCM_STREAM_CAPTURE)
372 * \param stream Stream type
379 int snd_pcm_null_open(snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t stream, int mode)
386 if (stream == SND_PCM_STREAM_PLAYBACK) {
407 err = snd_pcm_new(&pcm, SND_PCM_TYPE_NULL, name, stream, mode);
417 pcm->poll_events = stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
429 This plugin discards contents of a PCM stream or creates a stream with zero
457 * \param stream Stream type
466 snd_pcm_stream_t stream, int mode)
493 err = snd_pcm_null_open(pcmp, name, stream, mode);