Lines Matching defs:stream
76 /* stop the stream if all samples are drained */
94 info->stream = pcm->stream;
546 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
727 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
736 if (pcm->stream == SND_PCM_STREAM_PLAYBACK &&
977 return. The rest arguments, name, stream and mode, are usually
1016 the PCM stream is started and stopped, repsectively. The pointer
1064 * \param stream stream direction
1075 snd_pcm_stream_t stream, int mode)
1100 ioplug->stream = stream;
1102 err = snd_pcm_new(&pcm, SND_PCM_TYPE_IOPLUG, name, stream, mode);