Searched refs:q6apm_send_cmd_sync (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.c | 32 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() 241 return q6apm_send_cmd_sync(apm, pkt, APM_CMD_RSP_SHARED_MEM_MAP_REGIONS); in q6apm_map_memory_fixed_region() 316 return q6apm_send_cmd_sync(apm, pkt, APM_CMD_SHARED_MEM_UNMAP_REGIONS); in q6apm_unmap_memory_fixed_region()
|
| H A D | audioreach.c | 687 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_codec_dma_set_media_format() 755 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_send_u32_param() 783 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_send_u32_param() 831 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_set_module_config() 866 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_mfc_set_media_format() 1042 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_i2s_set_media_format() 1071 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_logging_set_media_format() 1118 return q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_pcm_set_media_format() 1201 return q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_shmem_set_media_format() 1225 return q6apm_send_cmd_sync(grap in audioreach_gain_set_vol_ctrl() [all...] |
| H A D | q6apm.h | 145 int q6apm_send_cmd_sync(struct q6apm *apm, const struct gpr_pkt *pkt,
|