* multiple cards mounted
@ 2005-08-05 14:34 David Cohen
2005-08-05 16:24 ` Clemens Ladisch
0 siblings, 1 reply; 2+ messages in thread
From: David Cohen @ 2005-08-05 14:34 UTC (permalink / raw)
To: alsa-devel
Hi all,
I am trying to write a alsa driver as a module. But after load and
unload this module, the card is still mounted. If I try to load it
again, it shows the same card mounted twice. How can I solve this
problem? What should I put into the module_exit function?
BR,
David Cohen
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: multiple cards mounted
2005-08-05 14:34 multiple cards mounted David Cohen
@ 2005-08-05 16:24 ` Clemens Ladisch
0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2005-08-05 16:24 UTC (permalink / raw)
To: David Cohen; +Cc: alsa-devel
David Cohen wrote:
> I am trying to write a alsa driver as a module. But after load and
> unload this module, the card is still mounted. If I try to load it
> again, it shows the same card mounted twice. How can I solve this
> problem? What should I put into the module_exit function?
Something that directly or indirectly calls snd_card_free(). See any
other driver for examples.
HTH
Clemens
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-05 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 14:34 multiple cards mounted David Cohen
2005-08-05 16:24 ` Clemens Ladisch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.