Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/qcom/qdsp6/
H A Dq6apm.h155 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir);
H A Dq6apm.c497 int q6apm_get_hw_pointer(struct q6apm_graph *graph, int dir) in q6apm_get_hw_pointer() function
508 EXPORT_SYMBOL_GPL(q6apm_get_hw_pointer);
H A Dq6apm-dai.c441 ptr = q6apm_get_hw_pointer(prtd->graph, substream->stream) * runtime->period_size; in q6apm_dai_pointer()