.TH "unregister_sound_dsp" 9 "unregister_sound_dsp" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME unregister_sound_dsp \- unregister a DSP device .SH SYNOPSIS .B "void" unregister_sound_dsp .BI "(int " unit ");" .SH ARGUMENTS .IP "unit" 12 unit number to allocate .SH "DESCRIPTION" Release a sound device that was allocated with \fBregister_sound_dsp\fP. The unit passed is the return value from the register function. Both of the allocated units are released together automatically.