Lines Matching defs:stream
169 /* the size of a substream (1 mono data stream) */
1845 int stream,
1858 if (stream == SNDRV_PCM_STREAM_CAPTURE) {
1878 substream->pstr->stream,
1895 substream->pstr->stream,
1914 substream->pstr->stream,
1931 substream->pstr->stream,
1947 substream->pstr->stream,
1960 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
1991 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
2003 /* The other stream is open, and not by the same
2101 running |= 1 << substream->stream;
2104 running &= ~(1 << substream->stream);
2111 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
2122 running |= 1 << s->stream;
2124 running &= ~(1 << s->stream);
2130 substream->stream == SNDRV_PCM_STREAM_CAPTURE)
2134 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
2138 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)