cs40l26: set redc_comp_enable as disabled by default
Bug: 287725914 Bug: 288338790 Test: Check system property and driver attribute. Change-Id: I3fa5c99daa96168bdd9d15e9a686d1e53a5c90f8
This commit is contained in:
parent
3a2a82e722
commit
07417015d4
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class HwCal : public Vibrator::HwCal, private HwCalBase {
|
|||
}
|
||||
bool isRedcCompEnabled() override {
|
||||
bool value;
|
||||
getProperty("redc.comp.enabled", &value, true);
|
||||
getProperty("redc.comp.enabled", &value, false);
|
||||
return value;
|
||||
}
|
||||
void debug(int fd) override { HwCalBase::debug(fd); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue