Loading sound/soc/msm/qdsp6v2/msm-dts-eagle.c +5 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,8 @@ static void _reg_ion_mem_NT(void) if (rc < 0) { eagle_drv_err("%s: memory map failed", __func__); msm_audio_ion_free(_ion_client_NT, _ion_handle_NT); _ion_client_NT = NULL; _ion_handle_NT = NULL; } } Loading @@ -420,6 +422,9 @@ static void _unreg_ion_mem_NT(void) rc = msm_audio_ion_free(_ion_client_NT, _ion_handle_NT); if (rc < 0) eagle_drv_err("%s: mem free failed", __func__); _ion_client_NT = NULL; _ion_handle_NT = NULL; } static struct audio_client *_getNTDeviceAC(void) Loading Loading
sound/soc/msm/qdsp6v2/msm-dts-eagle.c +5 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,8 @@ static void _reg_ion_mem_NT(void) if (rc < 0) { eagle_drv_err("%s: memory map failed", __func__); msm_audio_ion_free(_ion_client_NT, _ion_handle_NT); _ion_client_NT = NULL; _ion_handle_NT = NULL; } } Loading @@ -420,6 +422,9 @@ static void _unreg_ion_mem_NT(void) rc = msm_audio_ion_free(_ion_client_NT, _ion_handle_NT); if (rc < 0) eagle_drv_err("%s: mem free failed", __func__); _ion_client_NT = NULL; _ion_handle_NT = NULL; } static struct audio_client *_getNTDeviceAC(void) Loading