Lines Matching refs:hdac_stream
72 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open()
110 snd_hdac_stream_cleanup(hdac_stream(host_stream)); in avs_probe_compr_free()
111 hdac_stream(host_stream)->prepared = 0; in avs_probe_compr_free()
131 hdac_stream(host_stream)->bufsize = 0; in avs_probe_compr_set_params()
132 hdac_stream(host_stream)->period_bytes = 0; in avs_probe_compr_set_params()
133 hdac_stream(host_stream)->format_val = 0; in avs_probe_compr_set_params()
145 ret = snd_hdac_stream_set_params(hdac_stream(host_stream), format_val); in avs_probe_compr_set_params()
148 ret = snd_hdac_stream_setup(hdac_stream(host_stream)); in avs_probe_compr_set_params()
152 hdac_stream(host_stream)->prepared = 1; in avs_probe_compr_set_params()
162 node_id.vindex = hdac_stream(host_stream)->stream_tag - 1; in avs_probe_compr_set_params()
185 if (!hdac_stream(host_stream)->prepared) in avs_probe_compr_trigger()
193 snd_hdac_stream_start(hdac_stream(host_stream)); in avs_probe_compr_trigger()
201 snd_hdac_stream_stop(hdac_stream(host_stream)); in avs_probe_compr_trigger()
219 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()