home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1996 November / PCPLAY1196.BIN / PROGRAMM / TERRATEC / M3296 / OS2 / CSBSAUD.INI < prev    next >
Encoding:
INI File  |  1996-05-30  |  1.8 KB  |  44 lines

  1. ===============================  CSBSAUD.INI  ===============================
  2.  There exists two ways to supply CSBSAUD.SYS with options which override 
  3.  default settings.  The first method is by supplying the options in the CONFIG.SYS
  4.  command line.  An alternate method is by supplying data from the file 
  5.  CSBSAUD.INI located in \MMOS2.  The first method overrides the alternate method
  6.  on an entry by enry basis.  Therefore, the individual entries in CSBSAUD.INI
  7.  will only be used by the physical device driver, CSBSAUD.SYS, when that 
  8.  particular parameter is not specified in CONFIG.SYS.  Also, if the base
  9.  driver in CONFIG.SYSis not being used and CSBSAUD.SYS does not have resource 
  10.  information in the CONFIG.SYS command line, the [Resources] section in CSBSAUD.INI
  11.  will be used to specify resource settings for CSBSAUD.SYS.  
  12. ============================================================================
  13.   
  14.  
  15. [Mixer]
  16. Aux1Mixer=8     ;0..31, ON  or OFF
  17. Aux2Mixer=8     ;0..31, ON  or OFF
  18. LineMixer=8     ;0..31, ON  or OFF
  19. MicMonitor=ON    ;1, ON, TRUE, ENABLE, ENABLED or OFF
  20.  
  21. [Modes]
  22. ;Only DemandModeDMA or SingleByteDMA can be enabled.
  23. DemandModeDMA=ON  ;1, ON, TRUE, ENABLE, ENABLED, 
  24.                   ;0, OFF, FALSE, DISABLE, DISABLED
  25. SingleByteDMA=OFF ;1, ON, TRUE, ENABLE, ENABLED, 
  26.                   ;0, OFF, FALSE, DISABLE, DISABLED
  27. Verbose=ON       ;1, ON, TRUE, ENABLE, ENABLED
  28. OLBDisable=OFF
  29.  
  30. [Resources]  
  31. ; If the base driver is not being used, the following
  32. ; entries are valid.  If your audio board has an asyc,
  33. ; these entries can not be used since the base driver
  34. ; is needed for proper configuration.  Examples of
  35. ; asyc's are:  MAD16, Gallant, OTI-601, Opti929, Opti928.
  36.  
  37. WSSPort=530      
  38. CodecPort=534     
  39. CodecIRQ=7        
  40. CodecDMA=1
  41. PlaybackDMA=1
  42. CaptureDMA=1
  43.  
  44.