lkml.org 
[lkml]   [1998]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Show stoppers
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
--- 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 */
\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.079 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site