1. NAME

unregister_sound_special - unregister a special sound device

2. SYNOPSIS

void unregister_sound_special(int  unit );

3. ARGUMENTS

unit
    unit number to allocate

4. DESCRIPTION

Release a sound device that was allocated with register_sound_special. The unit passed is the return value from the register function.

5. COPYRIGHT