Searched refs:hikey_msg (Results 1 – 2 of 2) sorted by relevance
290 struct hikey_msg_with_content hikey_msg; in send_msg_data_to_ap() local292 hikey_msg.msg_info.msg_id=HIKEY_AUDIO_DSP_AP_OM_CMD; in send_msg_data_to_ap()293 hikey_msg.msg_info.msg_len=HIKEY_AP_DSP_MSG_MAX_LEN; in send_msg_data_to_ap()294 strncpy(hikey_msg.msg_info.msg_content,"pcm_gain",HIKEY_AP_DSP_MSG_MAX_LEN); in send_msg_data_to_ap()295 dsp_mailbox_write(&hikey_msg); in send_msg_data_to_ap()315 xf_proxy_message_t hikey_msg; in send_msg_data_to_ap() local317 hikey_msg.id=HIKEY_AUDIO_DSP_AP_OM_CMD; in send_msg_data_to_ap()318 hikey_msg.length=HIKEY_AP_DSP_MSG_MAX_LEN; in send_msg_data_to_ap()319 strncpy(hikey_msg.address,"pcm_gain",HIKEY_AP_DSP_MSG_MAX_LEN); in send_msg_data_to_ap()320 dsp_mailbox_write(&hikey_msg); in send_msg_data_to_ap()
167 int dsp_mailbox_read(struct hikey_msg_with_content *hikey_msg);168 void dsp_msg_process(struct hikey_msg_with_content *hikey_msg);