Lines Matching refs:stream
54 struct hdac_stream *stream = snd_hdac_get_stream(bus,
57 if (!stream)
60 /* enable/disable SPIB for this hdac stream */
61 snd_hdac_stream_spbcap_enable(bus, enable, stream->index);
64 snd_hdac_stream_set_spib(bus, stream, size);
74 struct hdac_stream *stream;
82 substream.stream = SNDRV_PCM_STREAM_PLAYBACK;
89 stream = hdac_stream(estream);
92 ret = snd_hdac_dsp_prepare(stream, format, size, dmab);
96 skl_dsp_setup_spib(dev, size, stream->stream_tag, true);
98 return stream->stream_tag;
104 struct hdac_stream *stream;
109 stream = snd_hdac_get_stream(bus,
111 if (!stream)
114 snd_hdac_dsp_trigger(stream, start);
123 struct hdac_stream *stream;
129 stream = snd_hdac_get_stream(bus,
131 if (!stream)
134 estream = stream_to_hdac_ext_stream(stream);
138 snd_hdac_dsp_cleanup(stream, dmab);