1024x mclk
This commit is contained in:
@@ -110,19 +110,11 @@
|
|||||||
/*** Defines relating to audio frequencies ***/
|
/*** Defines relating to audio frequencies ***/
|
||||||
/* Master clock defines (in Hz) */
|
/* Master clock defines (in Hz) */
|
||||||
#ifndef MCLK_441
|
#ifndef MCLK_441
|
||||||
#if defined(F1_MUSIC_UAC2)
|
|
||||||
#define MCLK_441 (1024*44100) /* 44.1, 88.2 etc */
|
#define MCLK_441 (1024*44100) /* 44.1, 88.2 etc */
|
||||||
#else
|
|
||||||
#define MCLK_441 (256*44100) /* 44.1, 88.2 etc */
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MCLK_48
|
#ifndef MCLK_48
|
||||||
#if defined(F1_MUSIC_UAC2)
|
|
||||||
#define MCLK_48 (1024*48000) /* 48, 96 etc */
|
#define MCLK_48 (1024*48000) /* 48, 96 etc */
|
||||||
#else
|
|
||||||
#define MCLK_48 (256*48000) /* 48, 96 etc */
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Minumum sample frequency device runs at */
|
/* Minumum sample frequency device runs at */
|
||||||
|
|||||||
Reference in New Issue
Block a user