forked from PAWPAW-Mirror/lib_xua
NATIVE_DSD can now be set to 0
This commit is contained in:
@@ -29,10 +29,14 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined (DSD_CHANS_DAC)
|
#if defined(DSD_CHANS_DAC)
|
||||||
#define DSD_CHANS_DAC 0
|
#if defined(NATIVE_DSD) && (NATIVE_DSD == 0)
|
||||||
#else
|
#undef NATIVE_DSD
|
||||||
#define NATIVE_DSD 1 /* Always enable Native DSD when DSD mode is enabled */
|
#else
|
||||||
|
#define NATIVE_DSD 1 /* Always enable Native DSD when DSD mode is enabled */
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
#define DSD_CHANS_DAC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Max supported sample freq for device */
|
/* Max supported sample freq for device */
|
||||||
|
|||||||
Reference in New Issue
Block a user