Temp removed interaction between audio() and clockgen()

This commit is contained in:
Ross Owen
2014-03-28 12:20:39 +00:00
parent 23eaa438a5
commit 1b78f3f861

View File

@@ -470,6 +470,8 @@ static inline void doI2SClocks(unsigned divide)
#endif
}
#if 0
/* TODO - requires clock gen */
#if defined(SPDIF_RX) || defined(ADAT_RX)
inuint(c_dig_rx);
#endif
@@ -492,6 +494,7 @@ static inline void doI2SClocks(unsigned divide)
#if defined(SPDIF_RX) || defined(ADAT_RX)
/* Request digital data (with prefill) */
outuint(c_dig_rx, 0);
#endif
#endif
tmp = 0;