Searched refs:estream (Results 1 – 2 of 2) sorted by relevance
358 struct hdac_ext_stream *estream; in avs_hda_load_basefw() local367 estream = snd_hdac_ext_stream_assign(bus, &substream, in avs_hda_load_basefw()369 if (!estream) in avs_hda_load_basefw()371 hstream = hdac_stream(estream); in avs_hda_load_basefw()416 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in avs_hda_load_basefw()425 struct hdac_ext_stream *estream; in avs_hda_load_library() local434 estream = snd_hdac_ext_stream_assign(bus, &substream, in avs_hda_load_library()436 if (!estream) in avs_hda_load_library()438 stream = hdac_stream(estream); in avs_hda_load_library()467 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in avs_hda_load_library()
73 struct hdac_ext_stream *estream; in skl_dsp_prepare() local84 estream = snd_hdac_ext_stream_assign(bus, &substream, in skl_dsp_prepare()86 if (!estream) in skl_dsp_prepare()89 stream = hdac_stream(estream); in skl_dsp_prepare()124 struct hdac_ext_stream *estream; in skl_dsp_cleanup() local134 estream = stream_to_hdac_ext_stream(stream); in skl_dsp_cleanup()136 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in skl_dsp_cleanup()