Re: Show stoppers

Petko Manolov (petkan@varel.bg)
Mon, 12 Oct 1998 11:48:18 +0000


This is a multi-part message in MIME format.

--------------642B719667B1FD43785B61EB
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Alex Buell wrote:
>
> One of the show stoppers is the inability for the soundcore module to
> unload itself from memory when not in use. Just ran into this one just

;-) As Alan said - fixed ages ago! But still not applied by
Linus (i wrote to Linus and vger but there was not responce).

Petkan

-- 
Petko Manolov - petkan@varel.bg
http://www.varel.bg/~petkan

--------------642B719667B1FD43785B61EB Content-Type: text/plain; charset=us-ascii; name="s_patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="s_patch"

--- sb_common.c.orig Thu Sep 10 23:37:26 1998 +++ sb_common.c Tue Oct 6 15:04:05 1998 @@ -954,8 +954,7 @@ if (!(devc->caps & SB_NO_AUDIO && devc->caps & SB_NO_MIDI) && devc->irq > 0) { free_irq(devc->irq, devc); - if (devc->my_mixerdev) - sound_unload_mixerdev(devc->my_mixerdev); + sound_unload_mixerdev(devc->my_mixerdev); /* We don't have to do this bit any more the UART401 is its own master -- Krzysztof Halasa */ /* But we have to do it, if UART401 is not detected */

--------------642B719667B1FD43785B61EB--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/