Stop audio PLL if shutting down GP_CLKIN clock source.

This commit is contained in:
Jared Boone 2015-08-01 13:45:52 -07:00
parent bfc73a6675
commit 8797aa9758

View File

@ -398,6 +398,7 @@ void ClockManager::change_clock_configuration(const cgu::CLK_SEL clk_sel) {
/* If not using PLL1, disable clock feeding GP_CLKIN */
if( clk_sel != cgu::CLK_SEL::PLL1 ) {
stop_audio_pll();
disable_gp_clkin_source();
}
}