Searched refs:hda_dsp_stream_get_position (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/sof/intel/ |
H A D | hda-sdw-bpt.c | 362 tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream), in hda_sdw_bpt_wait() 373 tx_position = hda_dsp_stream_get_position(hdac_stream(bpt_tx_stream), in hda_sdw_bpt_wait() 389 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait() 400 rx_position = hda_dsp_stream_get_position(hdac_stream(bpt_rx_stream), in hda_sdw_bpt_wait()
|
H A D | hda-stream.c | 773 pos = hda_dsp_stream_get_position(hstream, direction, false); in hda_dsp_compr_bytes_transferred() 1031 snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream, in hda_dsp_stream_get_position() function 1116 EXPORT_SYMBOL_NS(hda_dsp_stream_get_position, "SND_SOC_SOF_INTEL_HDA_COMMON");
|
H A D | hda-pcm.c | 208 pos = hda_dsp_stream_get_position(hstream, substream->stream, true); in hda_dsp_pcm_pointer()
|