forked from PAWPAW-Mirror/lib_xua
MAX_FREQ_FS guarded by ifndef so can be over-ridden
This commit is contained in:
@@ -1331,6 +1331,7 @@ enum USBEndpointNumber_Out
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Apply sample-rate restrictions to full-speed operation */
|
/* Apply sample-rate restrictions to full-speed operation */
|
||||||
|
#ifndef MAX_FREQ_FS
|
||||||
#if (NUM_USB_CHAN_OUT_FS > 0) && (NUM_USB_CHAN_IN_FS > 0)
|
#if (NUM_USB_CHAN_OUT_FS > 0) && (NUM_USB_CHAN_IN_FS > 0)
|
||||||
#if(MAX_FREQ > 48000)
|
#if(MAX_FREQ > 48000)
|
||||||
#define MAX_FREQ_FS 48000
|
#define MAX_FREQ_FS 48000
|
||||||
@@ -1344,9 +1345,12 @@ enum USBEndpointNumber_Out
|
|||||||
#define MAX_FREQ_FS MAX_FREQ
|
#define MAX_FREQ_FS MAX_FREQ
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MIN_FREQ_FS MIN_FREQ
|
#define MIN_FREQ_FS MIN_FREQ
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Setup DEFAULT_MCLK_FREQ based on MCLK_ and DEFAULT_FREQ defines */
|
/* Setup DEFAULT_MCLK_FREQ based on MCLK_ and DEFAULT_FREQ defines */
|
||||||
#if ((MCLK_441 % DEFAULT_FREQ) == 0)
|
#if ((MCLK_441 % DEFAULT_FREQ) == 0)
|
||||||
#define DEFAULT_MCLK_FREQ MCLK_441
|
#define DEFAULT_MCLK_FREQ MCLK_441
|
||||||
|
|||||||
Reference in New Issue
Block a user