Re: [proaudio] alsa-driver |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Dubphil wrote:
does this also occur on a regular 2.6.19 kernel?
I tested it with a selfmade rt kernel, downloading the regular 2.6.19
vanilla kernel and applying the rt patch 2.6.19-rt15. Did not try it
without ingo's patch...
Best
Philippe
the realtime kernel already provides those definitions so you have to
declare
that its already defined into the alsa-driver header files
try this patch as a workaround and report if its working
define.patch
I couldn't test it but maybe its working.
--- a/include/adriver.h 2006-12-20 22:47:59.000000000 +0100
+++ b/include/adriver.h 2006-12-20 22:48:05.000000000 +0100
@@ -767,6 +767,7 @@
#endif
/* msecs_to_jiffies */
+#define CONFIG_HAVE_MSECS_TO_JIFFIES
#ifndef CONFIG_HAVE_MSECS_TO_JIFFIES
#include <linux/jiffies.h>
#if defined(DESKTOP_HZ) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)