Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dstream.c565 * snd_hdac_stream_setup_periods - set up BDL entries
571 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev) in snd_hdac_stream_setup_periods() function
590 EXPORT_SYMBOL_GPL(snd_hdac_stream_setup_periods);
629 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/hda/common/
H A Dcontroller.c129 if (snd_hdac_stream_setup_periods(hdas) < 0) in azx_pcm_hw_params()