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.h155 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir);
H A Dq6apm.c480 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir) in q6apm_get_hw_pointer() function
491 EXPORT_SYMBOL_GPL(q6apm_get_hw_pointer);
H A Dq6apm-dai.c438 ptr = q6apm_get_hw_pointer(prtd->graph, substream->stream) * runtime->period_size; in q6apm_dai_pointer()