On Wed, 2007-01-03 at 08:58 -0700, Brad Midgley wrote: > Jon > > > new ALSA definitions. Adding the declaration: > > #include > > fixed compiling the module. > > adding this in breaks compilation under 2.6.17 so btsco would need an > interested volunteer to come up with the right precompiler condition. > > BCM2045 etc support has been rather hit-or-miss and I can't see what is > missing. > > Brad I think the following patch would be sufficient (unified patch) - my apologies for the delay but I was tied up doing something else: ----- patch code start ----- --- btsco.c 2006-10-28 10:39:27.000000000 -0400 +++ btsco.new.c 2007-01-08 13:52:52.000000000 -0500 @@ -57,6 +57,9 @@ #include #include +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18) +#include +#endif #include #include #include ----- patch code end ----- Cheers, Jon