First DSD 16 samples were being output as all 1

This commit is contained in:
Ross Owen
2013-09-06 14:21:46 +01:00
parent d0479dd92a
commit bb14b6018d

View File

@@ -105,8 +105,8 @@ extern void device_reboot(void);
unsigned dsdMarker = DSD_MARKER_2; /* This alternates between DSD_MARKER_1 and DSD_MARKER_2 */
int dsdCount = 0;
int everyOther = 1;
unsigned dsdSample_l = 0x69696969;
unsigned dsdSample_r = 0x69696969;
unsigned dsdSample_l = 0x69690000;
unsigned dsdSample_r = 0x69690000;
#endif
int counter = 0;