mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
Revert use 8MHz clock for AIC
This commit is contained in:
parent
237a329226
commit
66a8a84082
1 changed files with 2 additions and 2 deletions
|
|
@ -119,10 +119,10 @@ extern const char *info_about[];
|
||||||
*/
|
*/
|
||||||
// 5ms @ 96kHz
|
// 5ms @ 96kHz
|
||||||
// Define aic3204 source clock frequency (for 8MHz used fractional multiplier, and possible little phase error)
|
// 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)
|
//#define AUDIO_CLOCK_REF (10752000U)
|
||||||
// Disable AIC PLL clock, use input as CODEC_CLKIN
|
// Disable AIC PLL clock, use input as CODEC_CLKIN
|
||||||
#define AUDIO_CLOCK_REF (86016000U)
|
//#define AUDIO_CLOCK_REF (86016000U)
|
||||||
|
|
||||||
// Define ADC sample rate
|
// Define ADC sample rate
|
||||||
#define AUDIO_ADC_FREQ (96000)
|
#define AUDIO_ADC_FREQ (96000)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue