forked from PAWPAW-Mirror/lib_xua
FIx #define issue from merge
This commit is contained in:
@@ -1229,7 +1229,7 @@ unsigned static deliver_slave(chanend ?c_out, chanend ?c_spd_out
|
|||||||
/* Request digital data (with prefill) */
|
/* Request digital data (with prefill) */
|
||||||
outuint(c_dig_rx, 0);
|
outuint(c_dig_rx, 0);
|
||||||
#endif
|
#endif
|
||||||
#if defined(SPDIF_TX) && (NUM_USB_CHAN_OUT > 0)
|
#if ((XUA_SPDIF_TX_EN) && (NUM_USB_CHAN_OUT > 0))
|
||||||
outuint(c_spd_out, samplesOut[SPDIF_TX_INDEX]); /* Forward sample to S/PDIF Tx thread */
|
outuint(c_spd_out, samplesOut[SPDIF_TX_INDEX]); /* Forward sample to S/PDIF Tx thread */
|
||||||
unsigned sample = samplesOut[SPDIF_TX_INDEX + 1];
|
unsigned sample = samplesOut[SPDIF_TX_INDEX + 1];
|
||||||
outuint(c_spd_out, sample); /* Forward sample to S/PDIF Tx thread */
|
outuint(c_spd_out, sample); /* Forward sample to S/PDIF Tx thread */
|
||||||
@@ -1723,7 +1723,7 @@ void XUA_AudioHub(chanend ?c_mix_out
|
|||||||
#else
|
#else
|
||||||
command = deliver_master(c_mix_out
|
command = deliver_master(c_mix_out
|
||||||
#endif
|
#endif
|
||||||
#ifdef XUA_SPDIF_TX_EN
|
#if (XUA_SPDIF_TX_EN)
|
||||||
, c_spdif_out
|
, c_spdif_out
|
||||||
#else
|
#else
|
||||||
, null
|
, null
|
||||||
|
|||||||
Reference in New Issue
Block a user