Lines Matching defs:stream
483 * and makes an audio stream sensitive to system latencies when
533 * If other links are enabled for stream, they need similar fix
623 int stream = substream->stream;
627 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
644 chip->get_delay[stream] = NULL;
688 int stream = substream->stream;
697 if (chip->get_position[stream])
698 pos = chip->get_position[stream](chip, azx_dev);
704 chip->get_position[stream] = azx_get_pos_lpib;
709 chip->get_delay[stream] = NULL;
711 chip->get_position[stream] = azx_get_pos_posbuf;
713 chip->get_delay[stream] = azx_get_delay_from_lpib;
837 if (azx_dev->core.substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
905 /* correct the DMA position for capture stream */
906 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
2044 "forcing separate stream tags", chip->num_streams);