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

Commit 44fb7ac2 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...

Merge "AIDL effect: add VERY_HIGH level in NoiseSuppression" am: e7b0f091 am: 8a6c3c76 am: 340f7857

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2398053



Change-Id: Ie6a7b209a8d3f72655599031501b0a50c2795487
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5dbcc47e 340f7857
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.