Lines Matching refs:stream
436 * and makes an audio stream sensitive to system latencies when
576 int stream = substream->stream;
580 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
597 chip->get_delay[stream] = NULL;
641 int stream = substream->stream;
657 if (chip->get_position[stream])
658 pos = chip->get_position[stream](chip, azx_dev);
664 chip->get_position[stream] = azx_get_pos_lpib;
669 chip->get_delay[stream] = NULL;
671 chip->get_position[stream] = azx_get_pos_posbuf;
673 chip->get_delay[stream] = azx_get_delay_from_lpib;
797 if (azx_dev->core.substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
865 /* correct the DMA position for capture stream */
866 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
1997 "forcing separate stream tags", chip->num_streams);