Procházet zdrojové kódy

Added comment to daemon wait mechanism

Added comment to fastrpc_check_pd_status for daemons to wait before
audio or sensors PD is up.

Change-Id: I2d908cbf4b642386aec97ef1afe38b6af572d9a5
Signed-off-by: Anirudh Raghavendra <[email protected]>
Anirudh Raghavendra před 2 roky
rodič
revize
4dc57d62a5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      dsp/adsprpc.c

+ 1 - 0
dsp/adsprpc.c

@@ -6177,6 +6177,7 @@ bail:
 	return err;
 }
 
+/* Wait for PD to be up before audio or sensors daemons try connecting */
 static int fastrpc_check_pd_status(struct fastrpc_file *fl, char *sloc_name)
 {
 	int err = 0, session = -1, cid = -1;