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

Commit 340f7857 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 am: 8a6c3c76

parents 7d233ed5 8a6c3c76
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -50,5 +50,6 @@ union NoiseSuppression {
    LOW,
    LOW,
    MEDIUM,
    MEDIUM,
    HIGH,
    HIGH,
    VERY_HIGH,
  }
  }
}
}
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ union NoiseSuppression {
     * suppression, NsConfig::SuppressionLevel::k12dB for MEDIUM, and
     * suppression, NsConfig::SuppressionLevel::k12dB for MEDIUM, and
     * NsConfig::SuppressionLevel::k18dB for HIGH.
     * 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.
     * The NS level.