Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c701 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_codec_dma_set_media_format()
775 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_send_u32_param()
803 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_module_enable()
851 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_mfc_set_media_format()
890 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_set_compr_media_format()
1066 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_i2s_set_media_format()
1141 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_pcm_set_media_format()
1170 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_shmem_set_media_format()
1223 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_gain_set_vol_ctrl()
1348 return q6apm_send_cmd_sync(ap in audioreach_graph_free_buf()
[all...]
H A Dq6apm.c32 int q6apm_send_cmd_sync(struct q6apm *apm, const struct gpr_pkt *pkt, in q6apm_send_cmd_sync() function
90 q6apm_send_cmd_sync(apm, graph->graph, 0); in q6apm_get_audioreach_graph()
121 return q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_graph_mgmt_cmd()
150 q6apm_send_cmd_sync(apm, pkt, APM_CMD_RSP_GET_SPF_STATE); in q6apm_get_apm_state()
255 return q6apm_send_cmd_sync(apm, pkt, APM_CMD_RSP_SHARED_MEM_MAP_REGIONS); in __q6apm_map_memory_fixed_region()
352 return q6apm_send_cmd_sync(apm, pkt, APM_CMD_SHARED_MEM_UNMAP_REGIONS); in __q6apm_unmap_memory_fixed_region()
H A Dq6apm.h150 int q6apm_send_cmd_sync(struct q6apm *apm, const struct gpr_pkt *pkt,