summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-ab
blob: aba343a13c665a0f9f88f50dc98ac42ccc5dc203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
*** audioIO_Linux.c.orig	Mon Sep  1 19:29:08 1997
--- audioIO_Linux.c	Mon Sep  1 19:33:25 1997
***************
*** 26,32 ****
  
  /* optimal fragment size */
  
! int AUSIZ = 0;
  
  /* declare these static to effectively isolate the audio device */
  
--- 26,32 ----
  
  /* optimal fragment size */
  
! int AUSIZ = 32768;
  
  /* declare these static to effectively isolate the audio device */
  
*** audioIO.h.orig	Mon Sep  1 19:33:43 1997
--- audioIO.h	Mon Sep  1 19:34:04 1997
*************** extern int AUSIZ;
*** 12,18 ****
  #endif
  
  #ifdef OS_BSD
!   #define AUSIZ 32768
  #endif
  
  #if defined(OS_IRIX) || defined(OS_IRIX64)
--- 12,19 ----
  #endif
  
  #ifdef OS_BSD
! /*  #define AUSIZ 32768 */
! extern int AUSIZ;
  #endif
  
  #if defined(OS_IRIX) || defined(OS_IRIX64)