Home
last modified time | relevance | path

Searched refs:snd_hdac_ext_host_stream_setup (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/sound/hda/ext/
Dhdac_ext_stream.c28 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading) in snd_hdac_ext_host_stream_setup() function
32 EXPORT_SYMBOL_GPL(snd_hdac_ext_host_stream_setup);
/linux-6.14.4/include/sound/
Dhdaudio_ext.h92 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading);
/linux-6.14.4/sound/soc/intel/avs/
Dpcm.c674 ret = snd_hdac_ext_host_stream_setup(host_stream, false); in avs_dai_fe_prepare()