Re: 1.0.12 breaks firmware loading

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At Tue, 29 Aug 2006 16:00:54 +0200,
I wrote:
> 
> At Tue, 29 Aug 2006 17:57:18 +0400,
> Dmitry Baikov wrote:
> > 
> > On 8/29/06, Takashi Iwai <tiwai@xxxxxxx> wrote:
> > > Which do you use, hdsploader or kernel firmware loader?
> > I tried both.
> > 
> > > Interesting.  Basically there is no change in hdsp driver itself.
> > > The diff is like below.
> > Seems much changed. The only suspicious line for me is one with
> > request_irq(). I see it uses different flags in 1.0.12.
> 
> It's just a rename of constants in the recent kernel, so shouldn't
> matter...

It appears to be a brokenness of autoconf and linux/autoconfg.h hack.
Could you try the patch below to alsa-driver tree and run hgcompile?


Takashi

diff -r d3eaedda963b configure.in
--- a/configure.in	Fri Aug 25 11:48:48 2006 +0200
+++ b/configure.in	Tue Aug 29 17:31:54 2006 +0200
@@ -2615,9 +2615,9 @@ EOF
   else
     grep -v CONFIG_SND_ $CONFIG_SND_KERNELDIR/include/linux/autoconf.h > include/linux/autoconf.h
   fi
-  sed -e's@/\* #undef \([A-Za-z0-9_]\+\) .*$@#undef \1@g' \
-    include/autoconf-extra.h \
-    include/config1.h >> include/linux/autoconf.h
+  cat include/autoconf-extra.h include/config1.h | grep CONFIG_SND \
+    | sed -e's@/\* #undef \([A-Za-z0-9_]\+\) .*$@#undef \1@g' \
+      >> include/linux/autoconf.h
 else
   rm -f include/linux/autoconf.h
 fi

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux