openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openvortex-dev] 2 Patches to fix compilation with linux-2.5.74 ALSA


From: Philipp Matthias Hahn
Subject: [Openvortex-dev] 2 Patches to fix compilation with linux-2.5.74 ALSA
Date: Fri, 4 Jul 2003 10:21:35 +0200
User-agent: Mutt/1.5.4i

Hi!

Since I didn't want to test 2.5.74 without sound, I needed to apply the
following to patches:
1. Since 2.5.62 EXPORT_NO_SYMBOLS is deprecated
2. The declaration differs from the implementation

--- openvortex/alsa/pci/au88x0/au88x0.c 4 Jul 2003 03:33:02 -0000       1.14
+++ openvortex/alsa/pci/au88x0/au88x0.c 4 Jul 2003 08:16:20 -0000
@@ -318,4 +318,6 @@
 module_exit(alsa_card_vortex_exit)
 
 // for old kernels only
+#ifdef EXPORT_NO_SYMBOLS
 EXPORT_NO_SYMBOLS;
+#endif
--- openvortex/alsa/pci/au88x0/au88x0.h 4 Jul 2003 03:33:02 -0000       1.9
+++ openvortex/alsa/pci/au88x0/au88x0.h 4 Jul 2003 08:16:20 -0000
@@ -161,7 +161,7 @@
 int  vortex_core_init(vortex_t *card);
 int  vortex_core_shutdown(vortex_t *card);
 void vortex_enable_int(vortex_t *card);
-void vortex_interrupt(int irq, void *dev_id, struct pt_regs *regs);
+irqreturn_t vortex_interrupt(int irq, void *dev_id, struct pt_regs *regs);
 int  vortex_alsafmt_aspfmt(int alsafmt);
 
 /* Connection  stuff. */
 
Please apply and commit to CVS.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]