]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/mob/mob.c
Fixed problem of input task being stuck when input stream stops:
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / mob / mob.c
index 7eac297a288dba5f215aea8a1e66faf53df6c973..e4c29da4c6ed88852d157ea5e387215376896c22 100644 (file)
@@ -168,7 +168,7 @@ Int DOB_close (DEV2_Handle device)
     return (SIO2_EBADIO);
 } // DOB_close
 
-// GJ Debug Counters
+// Debug Counters
 Uint32 gMobStart_Idle=0;
 Uint32 gMobIdle_Ctrl=0;
 Uint32 gMobIdle_API=0;