Lines Matching refs:stream
953 * \param stream PCM Direction (stream)
964 snd_pcm_stream_t stream, int mode)
972 if (stream != SND_PCM_STREAM_PLAYBACK) {
973 SNDERR("The dmix plugin supports only playback stream");
977 ret = _snd_pcm_direct_new(&pcm, &dmix, SND_PCM_TYPE_DMIX, name, opts, params, stream, mode);
997 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
1045 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
1279 * \param stream PCM Stream
1287 snd_pcm_stream_t stream, int mode)
1295 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen);
1337 root, sconf, stream, mode);