Lines Matching refs:cstream

17 hda_compr_get_stream(struct snd_compr_stream *cstream)  in hda_compr_get_stream()  argument
19 return cstream->runtime->private_data; in hda_compr_get_stream()
23 struct snd_compr_stream *cstream, in hda_probe_compr_assign() argument
28 stream = hda_dsp_stream_get(sdev, cstream->direction); in hda_probe_compr_assign()
33 hdac_stream(stream)->cstream = cstream; in hda_probe_compr_assign()
34 cstream->runtime->private_data = stream; in hda_probe_compr_assign()
40 struct snd_compr_stream *cstream, in hda_probe_compr_free() argument
43 struct hdac_ext_stream *stream = hda_compr_get_stream(cstream); in hda_probe_compr_free()
46 ret = hda_dsp_stream_put(sdev, cstream->direction, in hda_probe_compr_free()
53 hdac_stream(stream)->cstream = NULL; in hda_probe_compr_free()
54 cstream->runtime->private_data = NULL; in hda_probe_compr_free()
60 struct snd_compr_stream *cstream, in hda_probe_compr_set_params() argument
64 struct hdac_ext_stream *stream = hda_compr_get_stream(cstream); in hda_probe_compr_set_params()
70 dmab = cstream->runtime->dma_buffer_p; in hda_probe_compr_set_params()
79 hstream->bufsize = cstream->runtime->buffer_size; in hda_probe_compr_set_params()
80 hstream->period_bytes = cstream->runtime->fragment_size; in hda_probe_compr_set_params()
93 struct snd_compr_stream *cstream, int cmd, in hda_probe_compr_trigger() argument
96 struct hdac_ext_stream *stream = hda_compr_get_stream(cstream); in hda_probe_compr_trigger()
102 struct snd_compr_stream *cstream, in hda_probe_compr_pointer() argument
106 struct hdac_ext_stream *stream = hda_compr_get_stream(cstream); in hda_probe_compr_pointer()