Home
last modified time | relevance | path

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

/linux/sound/hda/core/ext/
H A Dstream.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/sound/hda/core/
H A Dstream.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);
953 snd_hdac_stream_setup(azx_dev, true); in snd_hdac_dsp_prepare()
/linux/sound/soc/intel/avs/
H A Dprobes.c151 ret = snd_hdac_stream_setup(hdac_stream(host_stream), false); in avs_probe_compr_set_params()
/linux/include/sound/
H A Dhdaudio.h578 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
/linux/sound/hda/common/
H A Dcontroller.c191 snd_hdac_stream_setup(azx_stream(azx_dev), false); in azx_pcm_prepare()