Comment only.

This commit is contained in:
Ross Owen
2014-01-11 17:44:05 +00:00
parent 3570f551e1
commit 44f46ee0eb

View File

@@ -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