Re: Soundmodem bug in 2.1.70

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 4 Dec 1997 21:18:04 +0000 (GMT)


> In kernel version 2.1.70 the soundmodem driver doesn't compile because a
> call of the function SLOW_DOWN_IO which seems to not longer exists in
> newer kernel. This function is only called by the reset_dsp function.
> Deleting the call to this function seems to work without problems.

SLOW_DOWN_IO is basically about a 2uS delay. Swap it for udelay(2) not
take it out. Its there because the DSP reset needs it