author | Jianzhong Xu <a0869574@ti.com> | |
Mon, 18 Jun 2018 16:33:24 +0000 (12:33 -0400) | ||
committer | Jianzhong Xu <a0869574@ti.com> | |
Mon, 18 Jun 2018 16:33:24 +0000 (12:33 -0400) |
index 270de83b30dad748578cdd5c89a2e22028d5fd08,270de83b30dad748578cdd5c89a2e22028d5fd08..bd43f338b8ef607289417df2201f9705e8ed67aa
writeVOLOffsetMasterN(0x7fff), \
writeSYSRecreationModeDirect, \
writeSYSChannelConfigurationRequestSurround4_1, \
-- execPAIInHDMI, \
++ execPAIInDigital, \
execPAIOutAnalog
#else
// Performing PCM high-sampling rate + SRC + CAR benchmarking
index bf4886aa02e1102621d8d1437e25fd9023d8e79f,8ee6325d7158bd1d3382f72450cb4f41d77ab0f3..74a2fdcbd784d6f3732e888d44e357866c697d3a
/* .xstat = */ 0x000001FF, /* reset any existing status bits */
/* .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 Dolby/DTS 48khz but not for PCM
-// /* .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 = */ 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 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
},
Simple merge
index 53a29c3329e2996772f8511616c88052f83f8bb8,9cf06b713f76590e5eed012c6beb169132fdda84..96e0433b16837da3830973d51bd6a7cc9cef321b
uint32_t ioBuffBuf2AllocCnt; // Output buffer2 allocation (split buffer on buffer wrap) count
uint32_t errIoBuffOvrCnt; // Output IO overflow count
uint32_t errIoBuffUndCnt; // Output IO underflow count
-
-- float rateX; // Input/Output clock ratio
++ float rateX; // Input/Output clock ratio
// debugging counters
uint32_t num_xfers;