All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.50 mpu401.h compilation error patches
@ 2002-12-04 16:57 Andrei
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei @ 2002-12-04 16:57 UTC (permalink / raw)
  To: linux-sound

Hi,

I just tried to compile 2.5.50 and found compilation error on mpu401.c

Following patch syncronize mpu401.c and mpu401.h

diff -ur linux-2.5.50/sound/oss/mpu401.h linux-2.5.50-new/sound/oss/mpu401.h
--- linux-2.5.50/sound/oss/mpu401.h     2002-12-04 18:48:07.000000000 +0200
+++ linux-2.5.50-new/sound/oss/mpu401.h 2002-12-04 18:45:50.000000000 +0200
@@ -7,7 +7,7 @@
 
 /*     From mpu401.c */
 int probe_mpu401(struct address_info *hw_config);
-void attach_mpu401(struct address_info * hw_config, struct module *owner);
+int attach_mpu401(struct address_info * hw_config, struct module *owner);
 void unload_mpu401(struct address_info *hw_info);
 
 int intchk_mpu401(void *dev_id);


-- 

Regards,
Andrei


^ permalink raw reply	[flat|nested] 2+ messages in thread
* 2.5.50 mpu401.h compilation error patches
@ 2002-12-04 16:57 Andrei Darashenka
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Darashenka @ 2002-12-04 16:57 UTC (permalink / raw)
  To: linux-sound; +Cc: linux-kernel

Hi,

I just tried to compile 2.5.50 and found compilation error on mpu401.c

Following patch syncronize mpu401.c and mpu401.h

diff -ur linux-2.5.50/sound/oss/mpu401.h linux-2.5.50-new/sound/oss/mpu401.h
--- linux-2.5.50/sound/oss/mpu401.h     2002-12-04 18:48:07.000000000 +0200
+++ linux-2.5.50-new/sound/oss/mpu401.h 2002-12-04 18:45:50.000000000 +0200
@@ -7,7 +7,7 @@
 
 /*     From mpu401.c */
 int probe_mpu401(struct address_info *hw_config);
-void attach_mpu401(struct address_info * hw_config, struct module *owner);
+int attach_mpu401(struct address_info * hw_config, struct module *owner);
 void unload_mpu401(struct address_info *hw_info);
 
 int intchk_mpu401(void *dev_id);


-- 

Regards,
Andrei


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

end of thread, other threads:[~2002-12-04 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-04 16:57 2.5.50 mpu401.h compilation error patches Andrei
  -- strict thread matches above, loose matches on Subject: below --
2002-12-04 16:57 Andrei Darashenka

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.