Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7b0f091 authored by Shunkai Yao's avatar Shunkai Yao Committed by Gerrit Code Review
Browse files

Merge "AIDL effect: add VERY_HIGH level in NoiseSuppression"

parents 022e49b6 32d8c29f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,5 +50,6 @@ union NoiseSuppression {
    LOW,
    MEDIUM,
    HIGH,
    VERY_HIGH,
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -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.