Change-Id: Ic5d0574c1ce90984bb36b1abe686b51f0e9566db
Co-authored-by: 코드리뷰봇/Quality Tool Lab(SR)/삼성전자 <reviewbot@samsung.com>
}
*/
- ret = vc_mgr_ducking_destory();
+ ret = vc_mgr_ducking_destroy();
if (VC_ERROR_NONE != ret) {
- SLOG(LOG_INFO, TAG_VCM, "[INFO] Fail to ducking destory : %d", ret);
+ SLOG(LOG_INFO, TAG_VCM, "[INFO] Fail to ducking destroy : %d", ret);
}
if (0 != vc_mgr_tidl_close_connection()) {
return VC_ERROR_NONE;
}
-int vc_mgr_ducking_destory(void)
+int vc_mgr_ducking_destroy(void)
{
int ret = VC_ERROR_NONE;
#endif
int vc_mgr_ducking_create(void);
-int vc_mgr_ducking_destory(void);
+int vc_mgr_ducking_destroy(void);
int vc_mgr_ducking_activate(double ratio);
int vc_mgr_ducking_deactivate(void);