Lines Matching refs:stream
774 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
805 * active by the time when a new stream is being opened.
806 * This enablement is not required for another stream, if current
807 * stream is not closed
813 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
855 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
865 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
888 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
978 rtd->direction = substream->stream;
1010 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
1088 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
1153 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
1191 * Disable ACP irq, when the current stream is being closed and
1192 * another stream is also not active.