Unused var when !DSD

This commit is contained in:
xross
2018-01-26 12:33:28 +00:00
parent 146e1c1c3d
commit 0c9da4d3fe

View File

@@ -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;