mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Revert use 8MHz clock for AIC
This commit is contained in:
parent
237a329226
commit
66a8a84082
|
|
@ -119,10 +119,10 @@ extern const char *info_about[];
|
|||
*/
|
||||
// 5ms @ 96kHz
|
||||
// Define aic3204 source clock frequency (for 8MHz used fractional multiplier, and possible little phase error)
|
||||
//#define AUDIO_CLOCK_REF ( 8000000U)
|
||||
#define AUDIO_CLOCK_REF ( 8000000U)
|
||||
//#define AUDIO_CLOCK_REF (10752000U)
|
||||
// Disable AIC PLL clock, use input as CODEC_CLKIN
|
||||
#define AUDIO_CLOCK_REF (86016000U)
|
||||
//#define AUDIO_CLOCK_REF (86016000U)
|
||||
|
||||
// Define ADC sample rate
|
||||
#define AUDIO_ADC_FREQ (96000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue