Searched refs:snd_hdac_ext_stream_release (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/sound/hda/ext/ |
D | hdac_ext_stream.c | 374 void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type) in snd_hdac_ext_stream_release() function 407 EXPORT_SYMBOL_GPL(snd_hdac_ext_stream_release);
|
/Linux-v6.1/sound/soc/intel/avs/ |
D | loader.c | 408 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in avs_hda_load_basefw() 459 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in avs_hda_load_library()
|
D | pcm.c | 451 snd_hdac_ext_stream_release(data->host_stream, HDAC_EXT_STREAM_TYPE_HOST); in avs_dai_fe_shutdown() 1150 snd_hdac_ext_stream_release(link_stream, HDAC_EXT_STREAM_TYPE_LINK); in avs_component_hda_close()
|
/Linux-v6.1/include/sound/ |
D | hdaudio_ext.h | 87 void snd_hdac_ext_stream_release(struct hdac_ext_stream *hext_stream, int type);
|
/Linux-v6.1/sound/soc/intel/skylake/ |
D | skl-pcm.c | 350 snd_hdac_ext_stream_release(stream, skl_get_host_stream_type(bus)); in skl_pcm_close() 655 snd_hdac_ext_stream_release(link_dev, HDAC_EXT_STREAM_TYPE_LINK); in skl_link_hw_free()
|
D | skl-messages.c | 138 snd_hdac_ext_stream_release(estream, HDAC_EXT_STREAM_TYPE_HOST); in skl_dsp_cleanup()
|
/Linux-v6.1/sound/soc/sof/intel/ |
D | hda-dai.c | 164 snd_hdac_ext_stream_release(hext_stream, HDAC_EXT_STREAM_TYPE_LINK); in hda_link_dma_cleanup()
|