Lines Matching refs:stream
470 int stream; /* stream (direction) */ member
514 int stream; /* stream (direction) */ member
568 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
602 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
605 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
699 #define for_each_pcm_streams(stream) \ argument
700 for (stream = SNDRV_PCM_STREAM_PLAYBACK; \
701 stream <= SNDRV_PCM_STREAM_LAST; \
702 stream++)
715 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)); in snd_pcm_running()
1450 return snd_pcm_direction_name(substream->stream); in snd_pcm_stream_str()
1465 int stream; /* PLAYBACK or CAPTURE */ member
1484 for (s = info->pcm->streams[info->stream].substream; s; s = s->next) in snd_pcm_chmap_substream()
1500 int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,