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

Commit b00a1082 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 aad16688 2805942d
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);