Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_stream.c256 int snd_hdac_stream_setup(struct hdac_stream *azx_dev) in snd_hdac_stream_setup() function
322 EXPORT_SYMBOL_GPL(snd_hdac_stream_setup);
945 snd_hdac_stream_setup(azx_dev); in snd_hdac_dsp_prepare()
/openbmc/linux/sound/soc/intel/avs/
H A Dprobes.c152 ret = snd_hdac_stream_setup(hdac_stream(host_stream)); in avs_probe_compr_set_params()
H A Dpcm.c628 ret = snd_hdac_stream_setup(hdac_stream(host_stream)); in avs_dai_fe_prepare()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c158 err = snd_hdac_stream_setup(hdac_stream(stream)); in skl_pcm_host_dma_prepare()
161 err = snd_hdac_stream_setup(hdac_stream(stream)); in skl_pcm_host_dma_prepare()
/openbmc/linux/include/sound/
H A Dhdaudio.h576 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c185 snd_hdac_stream_setup(azx_stream(azx_dev)); in azx_pcm_prepare()