Searched refs:q6apm_send_cmd_sync (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/sound/soc/qcom/qdsp6/ |
D | audioreach.c | 692 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_codec_dma_set_media_format() 768 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_i2s_set_media_format() 803 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_logging_set_media_format() 861 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_pcm_set_media_format() 954 rc = q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_gain_set_vol_ctrl() 984 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0); in audioreach_gain_set()
|
D | q6apm.c | 30 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6apm_send_cmd_sync() function 87 q6apm_send_cmd_sync(apm, graph->graph, 0); in q6apm_get_audioreach_graph() 121 rc = q6apm_send_cmd_sync(apm, pkt, 0); in audioreach_graph_mgmt_cmd() 154 q6apm_send_cmd_sync(apm, pkt, APM_CMD_RSP_GET_SPF_STATE); in q6apm_get_apm_state()
|
D | q6apm.h | 138 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt,
|