Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.h162 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir);
H A Dq6apm.c543 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir) in q6apm_get_hw_pointer() function
554 EXPORT_SYMBOL_GPL(q6apm_get_hw_pointer);
H A Dq6apm-dai.c501 ptr = q6apm_get_hw_pointer(prtd->graph, substream->stream) * runtime->period_size; in q6apm_dai_pcm_new()