    aedsp16.c, Audio Excel DSP 16 software configuration routines

    Copyright (C) 1995  Riccardo Facchetti (riccardo@cdc8g5.cdc.polimi.it)

    This patch is intended for Audio Excel DSP 16 Sound Card.
    Audio Excel DSP 16 is an SB pro II compatible card. It is 
    software-only configurable (no little jumpers), so before this
    module, the only way to configure the DSP under linux was
    boot the MS-BAU loading the sound.sys device driver (that configure
    the DSP), and then ctrl-alt-del and boot linux with the DSP
    configured by the DOG driver.

    This module works configuring your Audio Excel DSP 16's
    irq, dma and mpu-401-irq, before probe routines try to detect it.

    HOW TO USE

    To use this patch:

    cd /usr/src
    patch -p0 < kernel-patch
    cd linux

    and now:

    make distclean
    make config
    make zImage
    make modules
    make modules_install

    MORE INFORMATIONS

    You can find much more informations in the aedsp16.c file.

    You can find it, after applied the patch, in
    linux/drivers/sound/aedsp16.c

Ciao,
    Riccardo.
