]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/application/itopo/evmk2g/mcasp_cfg.c
Analog in and analog out configuration is working.
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / application / itopo / evmk2g / mcasp_cfg.c
index b3f1f14f3c96149c007e236092fff16124e6b7c9..bf4886aa02e1102621d8d1437e25fd9023d8e79f 100644 (file)
@@ -149,9 +149,9 @@ Mcasp_HwSetupData mcaspXmtSetupDAC = {
         /* .xevtctl  = */ 0x00000000, /* DMA request is enabled or disabled   */
         {
 //             /* .aclkxctl  = */ 0X000000E1,  // Transmit bit clock divide ratio = 2 --> works for 48khz PCM but not for DDP
-             /* .aclkxctl  = */ 0X000000E7,  // Transmit bit clock divide ratio = 8 --> working for DDP/MAT/THD 48khz but not for PCM
-//             /* .aclkxctl  = */ 0X000000E3,  // Transmit bit clock divide ratio = 4 --> THD 96khz
-//             /* .aclkxctl  = */ 0X000000E1,  // Transmit bit clock divide ratio = 2 --> THD 192khz
+             /* .aclkxctl  = */ 0X000000E7,  // Transmit bit clock divide ratio = 8 --> working for Dolby/DTS 48khz but not for PCM
+//             /* .aclkxctl  = */ 0X000000E3,  // Transmit bit clock divide ratio = 4 --> Dolby/DTS 96khz
+//             /* .aclkxctl  = */ 0X000000E1,  // Transmit bit clock divide ratio = 2 --> Dolby/DTS 192khz
              /* .ahclkxctl = */ 0x00004000,
              /* .xclkchk   = */ 0x00000000
         },
@@ -799,7 +799,7 @@ mcaspLLDconfig LLDconfigRxHDMIStereo =   // for SAP_D10_RX_HDMI_STEREO
     &mcaspRxChanParamHDMIStereo,
     0x23,
     0x63,
-    0x02000000,                     // Set Amute pin as output since mcasp0 is both Rx & Tx for DIR/HDMI
+    0x02000000,                     // Set Amute pin as output since mcasp0 is both Rx & Tx for HDMI
     0x2,
     CSL_MCASP_0,
     MCASP_INPUT,
@@ -814,7 +814,7 @@ mcaspLLDconfig LLDconfigRxHDMI =    // for SAP_D10_RX_HDMI
     &mcaspRxChanParamHDMI,
     0x23,
     0x63,
-    0x02000000,                    // Set Amute pin as output since mcasp0 is both Rx & Tx for DIR/HDMI
+    0x02000000,                    // Set Amute pin as output since mcasp0 is both Rx & Tx for HDMI
     0x2,
     CSL_MCASP_0,
     MCASP_INPUT,
@@ -974,4 +974,5 @@ Aud_STATUS mcasplldChanCreate(mcaspLLDconfig *lldCfg, Ptr *pChanHandle)
     return (Aud_EOK);
 }  /* mcasplldChanCreate */
 
+
 /* Nothing past this point */