]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Fix typo in prototype
authorFrank Livingston <frank-livingston@ti.com>
Fri, 9 Sep 2016 18:46:12 +0000 (13:46 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Fri, 9 Sep 2016 18:46:12 +0000 (13:46 -0500)
processor_audio_sdk_1_00_00_00/pasdk/test_dsp/framework/aspDecOpCircBuf_master.h

index 0fcd36e76631c399e6ba51235dfd83be81f36189..4bd43cb001a561345973d27a25a9c2cb5a46fb98 100644 (file)
@@ -51,7 +51,7 @@ Int cbInit(
 );
 
 // Initialize circular buffer for selected source
 );
 
 // Initialize circular buffer for selected source
-Int cbInitSoureSel(
+Int cbInitSourceSel(
     PAF_AST_DecOpCircBufCtl *pCbCtl,    // decoder output circular buffer control
     Int8 cbIdx,                         // decoder output circular buffer index
     Int8 sourceSelect,                  // source select (PCM, DDP, etc.)
     PAF_AST_DecOpCircBufCtl *pCbCtl,    // decoder output circular buffer control
     Int8 cbIdx,                         // decoder output circular buffer index
     Int8 sourceSelect,                  // source select (PCM, DDP, etc.)