Lines Matching defs:stream
395 /* the size of a substream (1 mono data stream) */
3943 int stream,
3956 if (stream == SNDRV_PCM_STREAM_CAPTURE)
3972 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3990 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4005 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4017 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
4054 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
4066 /* The other stream is open, and not by the same
4165 running |= 1 << substream->stream;
4168 running &= ~(1 << substream->stream);
4175 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
4186 running |= 1 << s->stream;
4188 running &= ~(1 << s->stream);
4194 substream->stream == SNDRV_PCM_STREAM_CAPTURE)
4198 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
4202 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)