lkml.org 
[lkml]   [1998]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[2.1.82] drivers/sound/ad1848.c does not compile as MODULE
Date
From

With 2.1.82 (and earlier versions since the modularized sound driver
was introduced) drivers/sound/ad1848.c will not compile unless the following
patch is applied:

============================ Cut here ======================================
--- linux/drivers/sound/ad1848.c.orig Tue Jan 27 21:40:14 1998
+++ linux/drivers/sound/ad1848.c Wed Jan 28 00:34:01 1998
@@ -100,7 +100,7 @@
-1, -1, -1, -1, -1, -1, -1, -1, -1
};

-#if defined(CONFIG_SEQUENCER) && !defined(EXCLUDE_TIMERS)
+#if (defined(CONFIG_SEQUENCER) && !defined(EXCLUDE_TIMERS)) || defined(MODULE)

static int timer_installed = -1;


\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.030 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site