From 66a8a84082dfd31483a184efcc2e316b6e3f20bd Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 13 Jun 2020 19:49:37 +0300 Subject: [PATCH] Revert use 8MHz clock for AIC --- nanovna.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanovna.h b/nanovna.h index a610412..7222bcf 100644 --- a/nanovna.h +++ b/nanovna.h @@ -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)