Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dstream.c896 * snd_hdac_stream_set_lpib - sets the lpib value of a stream
900 int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value) in snd_hdac_stream_set_lpib() function
906 EXPORT_SYMBOL_GPL(snd_hdac_stream_set_lpib);
/linux/include/sound/
H A Dhdaudio.h606 int snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value);
/linux/sound/soc/intel/avs/
H A Dpcm.c1125 snd_hdac_stream_set_lpib(hstream, hstream->lpib); in avs_dai_resume_fe_prepare()