forked from PAWPAW-Mirror/lib_xua
Unused var when !DSD
This commit is contained in:
@@ -464,9 +464,9 @@ unsigned static deliver_master(chanend ?c_out, chanend ?c_spd_out
|
||||
int started = 0;
|
||||
#endif
|
||||
|
||||
#if (DSD_CHANS_DAC != 0)
|
||||
unsigned dsdMarker = DSD_MARKER_2; /* This alternates between DSD_MARKER_1 and DSD_MARKER_2 */
|
||||
int dsdCount = 0;
|
||||
#if (DSD_CHANS_DAC != 0)
|
||||
int everyOther = 1;
|
||||
unsigned dsdSample_l = 0x96960000;
|
||||
unsigned dsdSample_r = 0x96960000;
|
||||
|
||||
Reference in New Issue
Block a user