Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_dsp.c158 static int aw_qcom_write_data_to_dsp(int32_t param_id, in aw_qcom_write_data_to_dsp() function
249 ret = aw_qcom_write_data_to_dsp(AWDSP_RX_SET_ENABLE, in aw_dsp_set_rx_module_enable()
306 ret = aw_qcom_write_data_to_dsp(param_id, &vmax, sizeof(uint32_t)); in aw_dsp_set_vmax()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_spin.c200 static int aw_qcom_write_data_to_dsp(uint32_t msg_id, void *data, int size) in aw_qcom_write_data_to_dsp() function
242 ret = aw_qcom_write_data_to_dsp(AW_MSG_ID_SPIN, &spin_angle, sizeof(uint32_t)); in aw_qcom_set_spin_angle()
284 ret = aw_qcom_write_data_to_dsp(msg_id, (void *)dsp_msg, msg_len); in aw_qcom_set_mixer_en()