All of lore.kernel.org
 help / color / mirror / Atom feed
* snd_hwdep_new and snd_seq_device_new
@ 2005-07-13 16:25 Raymond
  2005-07-14  9:24 ` Jaroslav Kysela
  0 siblings, 1 reply; 2+ messages in thread
From: Raymond @ 2005-07-13 16:25 UTC (permalink / raw)
  To: alsa-devel

There are functions snd_hwdep_free() and snd_seq_device_free(), they are 
not export_symbol


EXPORT_SYMBOL(snd_hwdep_new) in hwdep.c
EXPORT_SYMBOL(snd_seq_device_new) in seq/seq_device.c


Do I need to free the (soundfont loading) hwdep device on the callback
".dev_free" of the sound card ?

Do it mean that I cannot use snd_device_new(card, SNDRV_DEV_SEQUENCER, 
wt, &ops)) to implement a customized version of snd_seq_device_free()
(put the synth code in the sound card driver) ?




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-14  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 16:25 snd_hwdep_new and snd_seq_device_new Raymond
2005-07-14  9:24 ` Jaroslav Kysela

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.