]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/framework/audioStreamInpProc.h
Defined McASP configuration parameters for every SAP_D10_XXX (in sap_d10.c).
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / framework / audioStreamInpProc.h
index a9b791c0a7d075aa293241a4f81588cd9c092123..36c80ad9719af34ee67054adc2430ebd0057cefa 100644 (file)
@@ -193,6 +193,14 @@ enum {
     ASIP_ERR_ABORT
 };
 
+
+enum {
+    ASIT_RESET,
+    ASIT_SOURCE_DETECTION,
+    ASIT_PCM_TRANSITION,
+    ASIT_DECODE_PROCESSING
+};
+
 enum {
     ASIT_NO_ERR,
     ASIT_ERR_IOBUFF_INIT,
@@ -246,7 +254,7 @@ typedef struct PAF_AST_InpIO {
     ioPhyHandle_t        hIoPhy;     /* handle to I/O physical layer */
     ioBuffHandle_t       hIoBuff;    /* handle to I/O buffer management */
     ioDataHandle_t       hIoData;    /* handle to I/O data processing */
-    Ptr                  hMcaspChan;
+    Ptr                  hMcaspChan; /* handle to McASP LLD channel */
     const void           *pRxParams; /* pointer to D10 Rx Params */
 
     Int sourceSelect;