Lines Matching refs:stream
521 * \param stream PCM Direction (stream)
532 snd_pcm_stream_t stream, int mode)
540 if (stream != SND_PCM_STREAM_CAPTURE) {
541 SNDERR("The dsnoop plugin supports only capture stream");
545 ret = _snd_pcm_direct_new(&pcm, &dsnoop, SND_PCM_TYPE_DSNOOP, name, opts, params, stream, mode);
564 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
610 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
688 This plugin splits one capture stream to more.
767 * \param stream PCM Stream
775 snd_pcm_stream_t stream, int mode)
783 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen);
818 root, sconf, stream, mode);