mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Checking external clock on DSP port was leaving audio crossbar in limbo state
This commit is contained in:
@@ -428,7 +428,7 @@ static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec)
|
||||
}
|
||||
Devconnect2(DMAPLAY, DAC, CLKEXT, prediv);
|
||||
} else {
|
||||
Devconnect(DMAPLAY, DAC, CLK25M, prediv, 1);
|
||||
Devconnect2(DMAPLAY, DAC, CLK25M, prediv);
|
||||
}
|
||||
|
||||
/* Set buffer */
|
||||
|
||||
Reference in New Issue
Block a user