----------------------------------------------------------------------
==                      ALSA configurator                           ==
==  (c) 1998,1999 SALSOFT, Jan ONDREJ <ondrejj@salstar.shadow.sk>   ==
----------------------------------------------------------------------

This is configurator for ALSA driver.
Run it, if you need configure your sound card.

How does it work?
1. It tries to autodetect the sound card with use of snd-detect module.
2. If it finds some, it will offer you its values and will detect the next one.
3. If it did not find a sound card, it will offer you the sound card list.

CHANGELOG
  0.3.0-pre4
   - new soundcards: Trident, Opti, Serial, ESS Solo
  0.3.0-pre3
   - applied patch from ??? (sorry)
   - added some soundcards
  0.3.0-pre2
   - /proc permission restored to 666
  0.3.0-pre1
   - update for new ALSA 0.3.0
   - automatic 2.2.X kernel detection for soundcore alias
   - WARNING: Don't use this version with older ALSA driver!
  0.2.1
   - whiptail version now work better, thanks to Wichert Akkerman.
  0.2.0
   - first 2 version number is now equivalent with alsa-driver
   - autodetection of "audio" group,
     if detected, the proper snd options will be added.
     These settings can be changed later in conf.modules.
  0.1.0
   - added whiptail support if dialog is not found
   - added check for awk and gawk now called as awk (for debian users)
  0.0.7
   - some README updates
   - fixed problem with creating new records in conf.modules
  0.0.6
   - added new cards
   - changed dma2_size for opl3 from 128 to 64
  0.0.5
   - YES! Now you can configure 2 cards with 1 driver! (EXPERIMENTAL)
  0.0.4
   - major changes in card numbers
   - autodetection (EXPERIMENTAL)
   - removed some stupid comments (now in this file)
  0.0.3
   - added new sound card (audiopci)
  0.0.2
   - conf.modules is maked properly (no bonus spaces :-)
   - alsaconf reads all text options (port, irq, dma, ...)
       from conf.modules and uses default options only
       if it is not present.
   - added GPL text
   - cleans all files in /tmp if it was exited with ESC
   - support for more sound cards, but that must use different drivers
  0.0.1
   - version only for PEREX :-)

TODO
 - some tests
 - faster start on slow CPU's
 - remake in C language

COMMENTS TO JAROSLAV KYSELA
 - Kolko IRQ a kolko DMA existuje?
   Na PC je 16 IRQ a 8 DMA, ale kolko je na ostatnych arch.?
   IRQ: 0-15; DMA: 0-7
   S tym nastavovanim IRQ a DMA podla /proc je ale aj tak problem.
 - Mam trocha chaos medzi zvukovkami:
     Ensoniq ES1370 a ES1371
   Maju ten isty driver ale maju 2 kody pri autodetekcii (0xF a 0x10).
   Dalej vobec neviem, kam mam pri autodetekcii zaradit
   SB_PCI. Ku 1370 alebo 1371?
   Zatial som ho zaradil k 1371. Vpodstate je to asi jedno,
   ale chcem, aby v tom zdrojaku bol poriadok.
 - Ak je v /etc/conf.modules riadok:
     options snd snd_major=14 snd_cards_limit=1
   tak snd-detect nedetekuje kartu. To je podla mna dost blbe,
   pretoze ak raz nakonfigurujem kartu, druhykrat uz nic
   nedetekuje, preto som predtym pisal, ze mi neide. Co s tym?
