Lines Matching refs:stream
375 * file->fd conflicts with EPIPE from playback stream which should
724 if (pcm->stream != SND_PCM_STREAM_CAPTURE)
892 * \param stream the direction of PCM stream
902 snd_pcm_stream_t stream)
932 if (ifname && (stream == SND_PCM_STREAM_CAPTURE)) {
948 err = snd_pcm_new(&pcm, SND_PCM_TYPE_FILE, name, slave->stream, slave->mode);
966 pcm->stream = stream;
977 This plugin stores contents of a PCM stream to file or pipes the stream
991 file STR # Output filename (or shell command the stream
995 # real values corresponding to the stream:
1027 * \param stream Stream type
1036 snd_pcm_stream_t stream, int mode)
1132 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1137 trunc, format, perm, spcm, 1, stream);