Searched refs:q6apm_send_cmd_sync (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/qcom/qdsp6/ |
H A D | audioreach.c | 666 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_display_port_set_media_format() 744 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_codec_dma_set_media_format() 778 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_send_u32_param() 849 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_mfc_set_media_format() 1011 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_i2s_set_media_format() 1046 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_logging_set_media_format() 1097 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_pcm_set_media_format() 1192 rc = q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_gain_set_vol_ctrl() 1222 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_gain_set()
|
H A D | q6apm.c | 32 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6apm_send_cmd_sync() function 89 q6apm_send_cmd_sync(apm, graph->graph, 0); in q6apm_get_audioreach_graph() 123 rc = q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_graph_mgmt_cmd() 157 q6apm_send_cmd_sync(apm, pkt, APM_CMD_RSP_GET_SPF_STATE); in q6apm_get_apm_state()
|
H A D | q6apm.h | 139 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt,
|