mirror of
https://github.com/yawut/SDL.git
synced 2026-08-09 04:05:29 -05:00
Checking external clock on DSP port was leaving audio crossbar in limbo state
This commit is contained in:
parent
babffe4274
commit
655f401024
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user