Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_dsp.c222 ret = aw_qcom_read_data_from_dsp(AWDSP_RX_SET_ENABLE, in aw_dsp_get_rx_module_enable()
225 ret = aw_mtk_read_data_from_dsp(AWDSP_RX_SET_ENABLE, in aw_dsp_get_rx_module_enable()
249 ret = aw_qcom_write_data_to_dsp(AWDSP_RX_SET_ENABLE, in aw_dsp_set_rx_module_enable()
252 ret = aw_mtk_write_data_to_dsp(AWDSP_RX_SET_ENABLE, in aw_dsp_set_rx_module_enable()
H A Daw_dsp.h16 #define AWDSP_RX_SET_ENABLE (0x10013D11) macro