mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "AIDL effect: add VERY_HIGH level in NoiseSuppression"
This commit is contained in:
@@ -50,5 +50,6 @@ union NoiseSuppression {
|
||||
LOW,
|
||||
MEDIUM,
|
||||
HIGH,
|
||||
VERY_HIGH,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user