]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Add comment for original nominal transfer size. Results in different type of failure...
authorFrank Livingston <frank-livingston@ti.com>
Mon, 19 Sep 2016 20:11:41 +0000 (15:11 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Mon, 19 Sep 2016 20:11:41 +0000 (15:11 -0500)
processor_audio_sdk_1_00_00_00/pasdk/test_dsp/mib/mib.c

index 7b9bc6933f9615b941c7295e5ac64f796273e8ed..c36e2e6b91ff947b3d39a456e6bd028422f3c1c7 100644 (file)
@@ -285,6 +285,7 @@ static const MdUns iecFrameLength[23] =
 // size is sufficiently long to be useful.
 //#define NOMINAL_XFERSIZE         128
 #define NOMINAL_XFERSIZE         128 //GJ Debug
 // size is sufficiently long to be useful.
 //#define NOMINAL_XFERSIZE         128
 #define NOMINAL_XFERSIZE         128 //GJ Debug
+//#define NOMINAL_XFERSIZE         512 //GJ Debug
 
 #define min(a, b)  (((a) < (b)) ? (a) : (b))
 #define max(a, b)  (((a) > (b)) ? (a) : (b))
 
 #define min(a, b)  (((a) < (b)) ? (a) : (b))
 #define max(a, b)  (((a) > (b)) ? (a) : (b))