diff src/audio/mint/SDL_mintaudio_gsxb.c @ 1107:856f76a099c7

Can use both clocks of FDI interface on Falcon, plus digital output
author Patrice Mandin <patmandin@gmail.com>
date Sun, 07 Aug 2005 12:17:28 +0000
parents c83fa1c650dd
children 3692456e7b0f
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_gsxb.c	Fri Jul 29 10:59:49 2005 +0000
+++ b/src/audio/mint/SDL_mintaudio_gsxb.c	Sun Aug 07 12:17:28 2005 +0000
@@ -276,7 +276,9 @@
 	/* Calculate and select the closest frequency */
 	MINTAUDIO_freqcount=0;
 	for (i=1;i<4;i++) {
-		SDL_MintAudio_AddFrequency(this, MASTERCLOCK_44K/(MASTERPREDIV_MILAN*(1<<i)), MASTERCLOCK_44K, (1<<i)-1);
+		SDL_MintAudio_AddFrequency(this,
+			MASTERCLOCK_44K/(MASTERPREDIV_MILAN*(1<<i)), MASTERCLOCK_44K,
+			(1<<i)-1, -1);
 	}
 
 #if 1