Lines Matching defs:stream
167 /* the size of a substream (1 mono data stream) */
1823 int stream,
1836 if (stream == SNDRV_PCM_STREAM_CAPTURE) {
1856 substream->pstr->stream,
1876 substream->pstr->stream,
1893 substream->pstr->stream,
1906 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
1937 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
1949 /* The other stream is open, and not by the same
2049 running |= 1 << substream->stream;
2052 running &= ~(1 << substream->stream);
2059 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
2070 running |= 1 << s->stream;
2072 running &= ~(1 << s->stream);
2078 substream->stream == SNDRV_PCM_STREAM_CAPTURE)
2082 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
2086 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)