From 729790ceff885dde6a8a1c0bc834c347f14ac494 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 6 Apr 2002 14:19:12 +0000 Subject: changes i forgot to commit with sound card drift patch. AO_MAX_GAP should be used if driver can't provide realtime information for drift correction. CVS patchset: 1685 CVS date: 2002/04/06 14:19:12 --- src/audio_out/audio_arts_out.c | 6 ++---- src/audio_out/audio_sun_out.c | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/audio_out/audio_arts_out.c b/src/audio_out/audio_arts_out.c index 6a98e6738..ce6afe4a4 100644 --- a/src/audio_out/audio_arts_out.c +++ b/src/audio_out/audio_arts_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_arts_out.c,v 1.9 2002/03/11 19:58:00 jkeil Exp $ + * $Id: audio_arts_out.c,v 1.10 2002/04/06 14:19:12 miguelfreitas Exp $ */ /* required for swab() */ @@ -46,9 +46,7 @@ #define AUDIO_NUM_FRAGMENTS 15 #define AUDIO_FRAGMENT_SIZE 8192 -/*#define GAP_TOLERANCE 5000 */ -#define GAP_TOLERANCE 15000 -#define MAX_GAP 90000 +#define GAP_TOLERANCE AO_MAX_GAP typedef struct arts_driver_s { diff --git a/src/audio_out/audio_sun_out.c b/src/audio_out/audio_sun_out.c index 9250e2228..1f3c735da 100644 --- a/src/audio_out/audio_sun_out.c +++ b/src/audio_out/audio_sun_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_sun_out.c,v 1.18 2002/03/11 19:58:01 jkeil Exp $ + * $Id: audio_sun_out.c,v 1.19 2002/04/06 14:19:12 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -59,7 +59,7 @@ #define AO_SUN_IFACE_VERSION 4 #define GAP_TOLERANCE 5000 -#define GAP_NONRT_TOLERANCE 15000 +#define GAP_NONRT_TOLERANCE AO_MAX_GAP #define NOT_REAL_TIME -1 -- cgit v1.2.3