Commit 77457a841e9aefe93c10e3a72f9f83a32a9d7da2

Authored by luozhesi
1 parent d85c72cf

fix(two way and single way of optek link):

fix issue--slave  recv err data
Showing 1 changed file with 1 additions and 1 deletions
@@ -405,7 +405,7 @@ void app_dac_receive_pcm_enable(U8 con) @@ -405,7 +405,7 @@ void app_dac_receive_pcm_enable(U8 con)
405 if (optek_link_mode == GAME_HEADPHONE_PT7P5MS_T7R3E || optek_link_mode == BC_SF48K_PT7P5MS) 405 if (optek_link_mode == GAME_HEADPHONE_PT7P5MS_T7R3E || optek_link_mode == BC_SF48K_PT7P5MS)
406 DMA_Channel2_Init(pDmaDest, pDmaSrc, 16*11+48, DmaSel); 406 DMA_Channel2_Init(pDmaDest, pDmaSrc, 16*11+48, DmaSel);
407 else 407 else
408 - DMA_Channel2_Init(pDmaDest, pDmaSrc, 16*6+48, DmaSel); 408 + DMA_Channel2_Init(pDmaDest, pDmaSrc, 16*5+48, DmaSel);
409 #endif 409 #endif
410 } 410 }
411 } 411 }
Please register or login to post a comment