Lines Matching refs:stream
366 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
643 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
705 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1034 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1079 if (pcm->stream == SND_PCM_STREAM_CAPTURE)
1116 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1129 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1201 if (pcm->stream == SND_PCM_STREAM_CAPTURE)
1230 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1238 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1295 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
1526 err = snd_pcm_new(&pcm, SND_PCM_TYPE_RATE, name, slave->stream, slave->mode);
1625 This plugin converts a stream rate. The input and output formats must be linear.
1667 * \param stream Stream type
1676 snd_pcm_stream_t stream, int mode)
1720 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);