Home
last modified time | relevance | path

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

/linux/sound/hda/
H A Dhdac_stream.c501 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev) in snd_hdac_stream_setup_periods() function
574 EXPORT_SYMBOL_GPL(snd_hdac_stream_setup_periods);
613 err = snd_hdac_stream_setup_periods(azx_dev); in snd_hdac_stream_set_params()
/linux/include/sound/
H A Dhdaudio.h580 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
/linux/sound/pci/hda/
H A Dhda_controller.c129 if (snd_hdac_stream_setup_periods(hdas) < 0) in azx_pcm_hw_params()