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

Commit 8a6c3c76 authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Merge "AIDL effect: add VERY_HIGH level in NoiseSuppression" am: e7b0f091

parents 64bf4581 e7b0f091
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.