Lines Matching defs:stream
126 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
156 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
214 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
256 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
293 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
315 if (pcm->stream == SND_PCM_STREAM_PLAYBACK &&
397 if (spcm->stream == SND_PCM_STREAM_PLAYBACK)
451 if (spcm->stream == SND_PCM_STREAM_PLAYBACK)
669 if (slave->pcm->stream == SND_PCM_STREAM_PLAYBACK)
705 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
771 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
834 if (pcm->stream == SND_PCM_STREAM_PLAYBACK &&
938 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1026 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
1030 if (pcm->stream != SND_PCM_STREAM_CAPTURE)
1084 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
1088 if (pcm->stream != SND_PCM_STREAM_CAPTURE)
1144 if (pcm->stream == SND_PCM_STREAM_CAPTURE) {
1186 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1239 if (pcm->stream == SND_PCM_STREAM_CAPTURE) {
1374 * \param stream Direction
1386 snd_pcm_stream_t stream, int mode)
1425 err = snd_pcm_new(&pcm, SND_PCM_TYPE_SHARE, name, stream, mode);
1439 if (stream == SND_PCM_STREAM_PLAYBACK) {
1475 err = snd_pcm_open(&spcm, sname, stream, mode);
1542 pcm->poll_events = stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
1604 * \param stream Stream type
1613 snd_pcm_stream_t stream, int mode)
1726 channels, channels_map, stream, mode);