Searched refs:host_stream (Results 1 – 2 of 2) sorted by relevance
67 struct hdac_ext_stream *host_stream; in avs_probe_compr_open() local74 host_stream = snd_hdac_ext_cstream_assign(bus, cstream); in avs_probe_compr_open()75 if (!host_stream) { in avs_probe_compr_open()80 adev->extractor = host_stream; in avs_probe_compr_open()81 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open()82 cstream->runtime->private_data = host_stream; in avs_probe_compr_open()89 struct hdac_ext_stream *host_stream = avs_compr_get_host_stream(cstream); in avs_probe_compr_free() local119 snd_hdac_stream_cleanup(hdac_stream(host_stream)); in avs_probe_compr_free()120 hdac_stream(host_stream)->prepared = 0; in avs_probe_compr_free()121 snd_hdac_ext_stream_release(host_stream, HDAC_EXT_STREAM_TYPE_HOST); in avs_probe_compr_free()[all …]
32 struct hdac_ext_stream *host_stream; member617 struct hdac_ext_stream *host_stream; in avs_dai_fe_startup() local633 host_stream = snd_hdac_ext_stream_assign(bus, substream, HDAC_EXT_STREAM_TYPE_HOST); in avs_dai_fe_startup()634 if (!host_stream) { in avs_dai_fe_startup()639 data->host_stream = host_stream; in avs_dai_fe_startup()643 __func__, hdac_stream(host_stream)->stream_tag, substream); in avs_dai_fe_startup()655 snd_hdac_ext_stream_release(data->host_stream, HDAC_EXT_STREAM_TYPE_HOST); in avs_dai_fe_shutdown()666 struct hdac_ext_stream *host_stream; in avs_dai_fe_hw_params() local673 host_stream = data->host_stream; in avs_dai_fe_hw_params()675 hdac_stream(host_stream)->bufsize = 0; in avs_dai_fe_hw_params()[all …]