Lines Matching refs:stream
64 return &apcm->info->stream[substream->stream]; in to_hda_pcm_stream()
81 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in azx_adjust_codec_delay()
303 int stream = substream->stream; in azx_get_position() local
306 if (chip->get_position[stream]) in azx_get_position()
307 pos = chip->get_position[stream](chip, azx_dev); in azx_get_position()
318 if (chip->get_delay[stream]) in azx_get_position()
319 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position()
471 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in azx_pcm_open()
543 cpcm->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams, in snd_hda_attach_pcm_stream()
544 cpcm->stream[SNDRV_PCM_STREAM_CAPTURE].substreams, in snd_hda_attach_pcm_stream()
563 if (cpcm->stream[s].substreams) in snd_hda_attach_pcm_stream()