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

Commit 866e2e23 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: adsprpcd: Prevent fastrpc daemon from exiting during SSR"

parents ca80c92a 268b5352
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -65,8 +65,7 @@ int main(int argc, char *argv[]) {
      VERIFY_EPRINTF("audio adsp daemon error %s", dlerror());
    }
    if (nErr == AEE_ECONNREFUSED) {
      VERIFY_EPRINTF("fastRPC device driver is disabled, daemon exiting...");
      break;
      VERIFY_EPRINTF("fastRPC device driver is disabled, retrying...");
    }
    VERIFY_EPRINTF("audio adsp daemon will restart after 25ms...");
    usleep(25000);