Searched refs:stream_to_hdac_ext_stream (Results 1 – 5 of 5) sorted by relevance
44 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_apl_host_stream_setup() 130 hext_stream = stream_to_hdac_ext_stream(s); in snd_hdac_ext_stream_free_all() 429 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_ext_cstream_assign()
233 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get() 311 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_put() 856 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_threaded_handler() 1067 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get_position() 1078 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_stream_get_position() 1240 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
107 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_hw_params()181 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_pcm_trigger()
94 stream_to_hdac_ext_stream(hstream); in hda_link_stream_assign() 625 return stream_to_hdac_ext_stream(hstream); in hda_select_dai_widget_ops()
71 #define stream_to_hdac_ext_stream(s) \ macro