Insert IDIVC into audio MCLK path, so it can be divided.

This commit is contained in:
Jared Boone 2016-01-29 15:17:05 -08:00
parent 275b644edd
commit a03a72474d
2 changed files with 13 additions and 1 deletions

View file

@ -51,6 +51,8 @@ public:
void start_audio_pll();
void stop_audio_pll();
void set_base_audio_clock_divider(const size_t divisor);
void enable_codec_clocks();
void disable_codec_clocks();