Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6apm.c28 #define APM_GRAPH_MGMT_PSIZE(p, n) ALIGN(struct_size(p, sub_graph_id_list, n), 8) macro
103 payload_size = APM_GRAPH_MGMT_PSIZE(mgmt_cmd, num_sub_graphs); in audioreach_graph_mgmt_cmd()