Home
last modified time | relevance | path

Searched refs:hikey_msg (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c290 struct hikey_msg_with_content hikey_msg; in send_msg_data_to_ap() local
292 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() local
317 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()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_driver_mailbox.h167 int dsp_mailbox_read(struct hikey_msg_with_content *hikey_msg);
168 void dsp_msg_process(struct hikey_msg_with_content *hikey_msg);