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

Commit a55b4b5e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: audio_extn: fix speaker protection initial cal issue"

parents 48a4d2bd 946c921f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ int get_tzn(const char *sensor_name)
            snprintf(name, MAX_PATH, TZ_TYPE, tzn);
            ALOGD("Opening %s\n", name);
            read_line_from_file(name, buf, sizeof(buf));
            buf[strlen(sensor_name)] = '\0';
            buf[strlen(buf)] = '\0';
            if (!strcmp(buf, sensor_name)) {
                found = 1;
                break;