]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-71:Add init values for SS status for ASIT/ASOT, etc. loads
authorFrank Livingston <frank-livingston@ti.com>
Sat, 29 Apr 2017 14:00:22 +0000 (09:00 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Sat, 29 Apr 2017 14:00:22 +0000 (09:00 -0500)
pasdk/test_dsp/framework/itopo/system.c

index 8c6e6e07833de7971c212e45a6fb7f605db5ba5f..65caeb8faeb5ea3363852b639b4d699974cf596b 100644 (file)
@@ -125,6 +125,11 @@ PAF_SystemStatus systemStreamStatus[1] = {
         0 + PAF_SYS_SPEAKERSIZE_NONE,   // speakerLRCntr
         0 + PAF_SYS_SPEAKERSIZE_NONE,   // speakerLRCntrSurr
 #endif
+        0, 0,                           // asitLoad, peakAsitLoad
+        0, 0,                           // asotLoad, peakAsotLoad
+        0, 0,                           // aipLoad,  peakAipLoad
+        0, 0,                           // afpLoad,  peakAfpLoad
+        0, 0                            // ssLoad,   peakSsLoad        
     },
 };