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

Commit 93177265 authored by ronghuiz's avatar ronghuiz
Browse files

hal: remove/rename properties violating sepolicy

remove properties that are not used and are violating
sepolicy rules

Change-Id: Ieb2b642275bb86f7708beebce93940999184d88a
parent d4f92d0d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10787,8 +10787,7 @@ static int adev_open(const hw_module_t *module, const char *name,
            configured_low_latency_capture_period_size = trial;
        }
    }
    if ((property_get("vendor.audio_hal.in_period_size", value, NULL) > 0) ||
        (property_get("audio_hal.in_period_size", value, NULL) > 0)) {
    if (property_get("vendor.audio_hal.in_period_size", value, NULL) > 0) {
        trial = atoi(value);
        if (period_size_is_plausible_for_low_latency(trial)) {
            configured_low_latency_capture_period_size = trial;