Home
last modified time | relevance | path

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

/linux-6.14.4/sound/hda/ext/
Dhdac_ext_stream.c48 ret = snd_hdac_stream_setup(hstream, code_loading); in snd_hdac_apl_host_stream_setup()
101 setup_op = snd_hdac_stream_setup; in snd_hdac_ext_stream_init_all()
/linux-6.14.4/sound/hda/
Dhdac_stream.c257 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading) in snd_hdac_stream_setup() function
333 EXPORT_SYMBOL_GPL(snd_hdac_stream_setup);
972 snd_hdac_stream_setup(azx_dev, true); in snd_hdac_dsp_prepare()
/linux-6.14.4/sound/soc/intel/avs/
Dprobes.c151 ret = snd_hdac_stream_setup(hdac_stream(host_stream), false); in avs_probe_compr_set_params()
/linux-6.14.4/include/sound/
Dhdaudio.h578 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
/linux-6.14.4/sound/pci/hda/
Dhda_controller.c191 snd_hdac_stream_setup(azx_stream(azx_dev), false); in azx_pcm_prepare()