Hi,

I noticed that the snd-seq-oss module was giving "unresolved symbol"
errors when I tried to load it. The following patch fixes the problem.

Cheers,
Chris

--- alsa-driver/kernel/seq/seq.c.orig   Fri Oct 19 13:10:15 2001
+++ alsa-driver/kernel/seq/seq.c        Wed Oct 24 12:38:31 2001
@@ -132,3 +132,7 @@
   /* seq_ports.c */
 EXPORT_SYMBOL(snd_seq_event_port_attach);
 EXPORT_SYMBOL(snd_seq_event_port_detach);
+  /* seq_lock.c */
+EXPORT_SYMBOL(snd_seq_sleep_in_lock);
+EXPORT_SYMBOL(snd_seq_sleep_timeout_in_lock);
+EXPORT_SYMBOL(snd_use_lock_sync_helper);

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to