Skip to content

Commit

Permalink
Fixed ADC channel order for CTAG Beast.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrix committed Jan 1, 2018
1 parent 6b93160 commit 0270fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pru/pru_rtaudio_irq.p
Original file line number Diff line number Diff line change
@@ -1459,7 +1459,7 @@ MCASP_RX_INTR_RECEIVED: // mcasp_r_intr_pend
// Check if there is at least one full frame in FIFO.
// This is only required for CTAG Beast
MCASP_REG_READ_EXT MCASP_RFIFOSTS, r27
QBEQ SKIP_AUDIO_RX_FRAME, r27, 0
QBGT SKIP_AUDIO_RX_FRAME, r27, 2
// TODO: Optimize by only using single operation to read data from McASP FIFO.
// Channels are swaped for master and slave codec to match correct channel order.

0 comments on commit 0270fe7

Please sign in to comment.