Lines Matching defs:stream
208 spcm->stream != SND_PCM_STREAM_PLAYBACK)) {
222 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
232 if (pcm->stream == SND_PCM_STREAM_CAPTURE)
300 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
313 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
335 if (err > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK)
344 if (err > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK)
358 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
371 if (pcm->stream == SND_PCM_STREAM_CAPTURE)
585 err = snd_pcm_new(&pcm, SND_PCM_TYPE_METER, name, slave->stream, slave->mode);
751 * \param stream Stream type
760 snd_pcm_stream_t stream, int mode)
805 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);