Home
last modified time | relevance | path

Searched refs:stream_to_hdac_ext_stream (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/core/ext/
H A Dstream.c44 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_apl_host_stream_setup()
129 hext_stream = stream_to_hdac_ext_stream(s); in snd_hdac_ext_stream_free_all()
428 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in snd_hdac_ext_cstream_assign()
/linux/sound/soc/sof/intel/
H A Dhda-stream.c228 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get()
306 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_put()
844 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_threaded_handler()
1055 hext_stream = stream_to_hdac_ext_stream(s); in hda_dsp_stream_get_position()
1066 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream); in hda_dsp_stream_get_position()
1228 struct hdac_ext_stream *hext_stream = stream_to_hdac_ext_stream(hstream);
H A Dhda-pcm.c107 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()
H A Dhda-dai-ops.c64 stream_to_hdac_ext_stream(hstream); in hda_link_stream_assign()
561 return stream_to_hdac_ext_stream(hstream); in hda_dspless_get_hext_stream()
/linux/include/sound/
H A Dhdaudio_ext.h71 #define stream_to_hdac_ext_stream(s) \ macro