Lines Matching refs:hstream
359 struct hdac_stream *hstream;
371 hstream = hdac_stream(estream);
375 ret = snd_hdac_dsp_prepare(hstream, sdfmt, fw->size, &dmab);
380 snd_hdac_stream_spbcap_enable(bus, true, hstream->index);
381 ret = snd_hdac_stream_set_spib(bus, hstream, fw->size);
388 unsigned int dma_id = hstream->stream_tag - 1;
399 snd_hdac_dsp_trigger(hstream, true);
403 snd_hdac_dsp_trigger(hstream, false);
411 snd_hdac_stream_spbcap_enable(bus, false, hstream->index);
412 snd_hdac_stream_set_spib(bus, hstream, 0);
414 snd_hdac_dsp_cleanup(hstream, &dmab);