lkml.org 
[lkml]   [1999]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.3.30,31 error in sound drivers
On Fri, 10 Dec 1999, VT wrote:

> starting from 2.3.30 sound does not work in monolithic kernels.
> modularized versions do fine, though (simple sb16 here) -
> indicating that some error is in Makefiles or so.

(simple sb16 here too)

Monolithic sound works fine here as long as I use the attached.

> isapnp is happy:

Enabling isapnp here (bios woes) means I don't really want to boot ;-)

-Mike
--- include/linux/isapnp.h Fri Dec 3 08:45:00 1999
+++ /usr/src/linux/include/linux/isapnp.h Fri Nov 26 07:36:15 1999
@@ -164,19 +164,19 @@
extern inline void isapnp_write_byte(unsigned char idx, unsigned char val) { ; }
extern inline void isapnp_write_word(unsigned char idx, unsigned short val) { ; }
extern inline void isapnp_write_dword(unsigned char idx, unsigned int val) { ; }
-extern void isapnp_wake(unsigned char csn) { ; }
-extern void isapnp_device(unsigned char device) { ; }
-extern void isapnp_activate(unsigned char device) { ; }
-extern void isapnp_deactivate(unsigned char device) { ; }
+extern inline void isapnp_wake(unsigned char csn) { ; }
+extern inline void isapnp_device(unsigned char device) { ; }
+extern inline void isapnp_activate(unsigned char device) { ; }
+extern inline void isapnp_deactivate(unsigned char device) { ; }
/* manager */
-extern struct pci_bus *isapnp_find_card(unsigned short vendor,
+extern inline struct pci_bus *isapnp_find_card(unsigned short vendor,
unsigned short device,
struct pci_bus *from) { return NULL; }
-extern struct pci_dev *isapnp_find_dev(struct pci_bus *card,
+extern inline struct pci_dev *isapnp_find_dev(struct pci_bus *card,
unsigned short vendor,
unsigned short function,
struct pci_dev *from) { return NULL; }
-extern void isapnp_resource_change(struct resource *resource,
+extern inline void isapnp_resource_change(struct resource *resource,
unsigned long start,
unsigned long size) { ; }
\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.132 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site