forked from PAWPAW-Mirror/lib_xua
Removed unused g_dsdMode var
This commit is contained in:
@@ -96,11 +96,6 @@ extern unsigned char g_interfaceAlt[];
|
|||||||
/* Global variable for current USB bus speed (i.e. FS/HS) */
|
/* Global variable for current USB bus speed (i.e. FS/HS) */
|
||||||
XUD_BusSpeed_t g_curUsbSpeed = 0;
|
XUD_BusSpeed_t g_curUsbSpeed = 0;
|
||||||
|
|
||||||
#ifdef NATIVE_DSD
|
|
||||||
/* We remember if we are in DSD mode to avoid Configuring the DAC too often - thus avoiding pops and clicks */
|
|
||||||
unsigned g_dsdMode = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const unsigned g_subSlot_Out_HS[OUTPUT_FORMAT_COUNT] = {HS_STREAM_FORMAT_OUTPUT_1_SUBSLOT_BYTES,
|
const unsigned g_subSlot_Out_HS[OUTPUT_FORMAT_COUNT] = {HS_STREAM_FORMAT_OUTPUT_1_SUBSLOT_BYTES,
|
||||||
HS_STREAM_FORMAT_OUTPUT_2_SUBSLOT_BYTES,
|
HS_STREAM_FORMAT_OUTPUT_2_SUBSLOT_BYTES,
|
||||||
HS_STREAM_FORMAT_OUTPUT_3_SUBSLOT_BYTES};
|
HS_STREAM_FORMAT_OUTPUT_3_SUBSLOT_BYTES};
|
||||||
|
|||||||
Reference in New Issue
Block a user