Lines Matching defs:stream
108 static void ep93xx_i2s_enable(struct ep93xx_i2s_info *info, int stream)
124 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
132 stream == SNDRV_PCM_STREAM_PLAYBACK)
138 static void ep93xx_i2s_disable(struct ep93xx_i2s_info *info, int stream)
144 stream == SNDRV_PCM_STREAM_PLAYBACK)
148 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
169 * the whole stream is shifted by one byte. The watchdog below disables the TX
217 ep93xx_i2s_enable(info, substream->stream);
227 ep93xx_i2s_disable(info, substream->stream);
331 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)