Re-enabled digi sample transfer in audio.xc

This commit is contained in:
Ross Owen
2014-07-29 12:28:20 +01:00
parent 0639e615ec
commit 3848bddcc9

View File

@@ -461,9 +461,8 @@ unsigned static deliver(chanend c_out, chanend ?c_spd_out, unsigned divide, unsi
#endif #endif
} }
#if 0
/* TODO - requires clock gen */
#if defined(SPDIF_RX) || defined(ADAT_RX) #if defined(SPDIF_RX) || defined(ADAT_RX)
/* Sync with clockgen */
inuint(c_dig_rx); inuint(c_dig_rx);
#endif #endif
#ifdef SPDIF_RX #ifdef SPDIF_RX
@@ -485,7 +484,6 @@ unsigned static deliver(chanend c_out, chanend ?c_spd_out, unsigned divide, unsi
#if defined(SPDIF_RX) || defined(ADAT_RX) #if defined(SPDIF_RX) || defined(ADAT_RX)
/* Request digital data (with prefill) */ /* Request digital data (with prefill) */
outuint(c_dig_rx, 0); outuint(c_dig_rx, 0);
#endif
#endif #endif
tmp = 0; tmp = 0;