Commit a8056c8f authored by Patrice Mandin's avatar Patrice Mandin

Checking external clock on DSP port was leaving audio crossbar in limbo state

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401101
parent 82d3a5b3
...@@ -428,7 +428,7 @@ static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec) ...@@ -428,7 +428,7 @@ static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec)
} }
Devconnect2(DMAPLAY, DAC, CLKEXT, prediv); Devconnect2(DMAPLAY, DAC, CLKEXT, prediv);
} else { } else {
Devconnect(DMAPLAY, DAC, CLK25M, prediv, 1); Devconnect2(DMAPLAY, DAC, CLK25M, prediv);
} }
/* Set buffer */ /* Set buffer */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment