Lines Matching defs:stream
649 * \param stream PCM Direction (stream)
660 snd_pcm_stream_t stream, int mode)
669 if (stream != SND_PCM_STREAM_PLAYBACK) {
670 SNDERR("The dshare plugin supports only playback stream");
674 ret = _snd_pcm_direct_new(&pcm, &dshare, SND_PCM_TYPE_DSHARE, name, opts, params, stream, mode);
698 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
744 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
915 * \param stream PCM Stream
923 snd_pcm_stream_t stream, int mode)
931 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen);
966 root, sconf, stream, mode);