home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / sound < prev    next >
Text File  |  2006-12-18  |  1KB  |  42 lines

  1. ## Path:    Hardware/Soundcard
  2. ## Description:    Additional options for the sound system.
  3. ## Type:    yesno
  4. ## Default:    yes
  5. ## ServiceReload: alsasound
  6. #
  7. # Load ALSA sequencer modules at boot-up? (yes/no)
  8. # Sequencer modules are necessary only for handling MIDI devices.
  9. # If you don't need MIDI, leave here no.
  10. #
  11. LOAD_SEQUENCER="yes"
  12.  
  13. ## Type:    string
  14. ## Default:    ""
  15. #
  16. # The file name of SoundFont file to be loaded at boot
  17. # If you need to load a specific SoundFont file for SB AWE32, SB Live!
  18. # and Audigy series, set the file name (or path) of the file here.
  19. #
  20. SOUNDFONT_FILES=""
  21.  
  22. ## Type:    yesno
  23. ## Default:    yes
  24. #
  25. # Load OSS-emulation modules at boot-up? (yes/no)
  26. # OSS-emulation modules are needed If you use OSS applications
  27. # with ALSA drivers.  This option specifies whether these modules are
  28. # loaded at boot-time by alsasound init script.
  29. # Safe to leave yes here.
  30. #
  31. LOAD_OSS_EMUL_MODULES="yes"
  32.  
  33. ## Type:    yesno
  34. ## Default:    no
  35. #
  36. # Load OSS-sequencer emulation module at boot-up? (yes/no)
  37. # OSS-sequencer emulation module is needed If you use old /dev/sequencer
  38. # or /dev/music.  The default is "no" since there are little
  39. # applications using these interfaces.
  40. #
  41. LOAD_OSS_SEQ_MODULE="no"
  42.