Lines Matching refs:stream
231 if (ladspa->channels > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK) {
249 if (ladspa->channels > 0 && pcm->stream == SND_PCM_STREAM_CAPTURE)
324 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
620 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
622 (pcm->stream == SND_PCM_STREAM_PLAYBACK ? pcm->channels : ladspa->plug.gen.slave->channels);
698 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
708 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
1617 if (slave->stream == SND_PCM_STREAM_PLAYBACK) {
1624 if (slave->stream == SND_PCM_STREAM_CAPTURE) {
1634 err = snd_pcm_new(&pcm, SND_PCM_TYPE_LADSPA, name, slave->stream, slave->mode);
1726 * \param stream Stream type
1735 snd_pcm_stream_t stream, int mode)
1797 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);