Skip to content

SetMinAcousticLimit

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualFanTuning

Syntax

ADLX_RESULT    SetMinAcousticLimit (adlx_int value)

Parameters

#DirectionNameTypeDescription
1.[in]valueadlx_intThe new min acoustic limit (in MHz).

Return Value

If the min acoustic limit value is successfully set, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

If the min acoustic limit value is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Some GPUs support Minimum Acoustic Limit adjustments (in MHz).

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums