forked from PAWPAW-Mirror/lib_xua
Comment only.
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
#if ((MCLK_48 % MIN_FREQ) == 0)
|
#if ((MCLK_48 % MIN_FREQ) == 0)
|
||||||
#define MIN_FREQ_48 MIN_FREQ
|
#define MIN_FREQ_48 MIN_FREQ
|
||||||
|
/* * 2 required since we want the next 44.1 based freq above MIN_FREQ */
|
||||||
#define MIN_FREQ_44 (((44100*512)/((48000 * 512)/MIN_FREQ))*2)
|
#define MIN_FREQ_44 (((44100*512)/((48000 * 512)/MIN_FREQ))*2)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user