diff --git a/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/NoiseSuppression.aidl b/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/NoiseSuppression.aidl index 397f89744d..1cf92ef8f4 100644 --- a/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/NoiseSuppression.aidl +++ b/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/NoiseSuppression.aidl @@ -50,5 +50,6 @@ union NoiseSuppression { LOW, MEDIUM, HIGH, + VERY_HIGH, } } diff --git a/audio/aidl/android/hardware/audio/effect/NoiseSuppression.aidl b/audio/aidl/android/hardware/audio/effect/NoiseSuppression.aidl index 946fa87bb0..9969a0b581 100644 --- a/audio/aidl/android/hardware/audio/effect/NoiseSuppression.aidl +++ b/audio/aidl/android/hardware/audio/effect/NoiseSuppression.aidl @@ -62,7 +62,7 @@ union NoiseSuppression { * suppression, NsConfig::SuppressionLevel::k12dB for MEDIUM, and * NsConfig::SuppressionLevel::k18dB for HIGH. */ - @VintfStability @Backing(type="int") enum Level { LOW, MEDIUM, HIGH } + @VintfStability @Backing(type="int") enum Level { LOW, MEDIUM, HIGH, VERY_HIGH } /** * The NS level.