All of lore.kernel.org
 help / color / mirror / Atom feed
* current CVS: compile error
@ 2005-01-07  2:16 Fernando Lopez-Lezcano
  2005-01-07  9:19 ` Giuliano Pochini
  2005-01-07 10:53 ` Takashi Iwai
  0 siblings, 2 replies; 7+ messages in thread
From: Fernando Lopez-Lezcano @ 2005-01-07  2:16 UTC (permalink / raw)
  To: alsa-devel

I'm getting this error while building current CVS (one FC3):

  CC [M] 
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/darla20.o
  CC [M] 
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/cs46xx/dsp_spos_scb_lib.o
In file included from
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/darla20.c:109:
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio_dsp.c:
In function `load_firmware':
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio.h:424:
sorry, unimplemented: inlining failed in call to 'free_firmware':
function body not available
/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/echoaudio_dsp.c:544: sorry, unimplemented: called from here
make[5]: ***
[/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio/darla20.o] Error
1
make[4]: *** [/usr/src/rpm/BUILD/alsa-driver-1.0.8rc2/pci/echoaudio]
Error 2
make[4]: *** Waiting for unfinished jobs....


-- Fernando




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 7+ messages in thread
* current cvs compile error
@ 2003-02-06 23:38 Fernando Pablo Lopez-Lezcano
  0 siblings, 0 replies; 7+ messages in thread
From: Fernando Pablo Lopez-Lezcano @ 2003-02-06 23:38 UTC (permalink / raw)
  To: alsa-devel

I _think_ this is the fix, please check (the error is "undeclared
variable ctl")...

--- alsa-kernel/core/timer.c~	2003-02-06 11:21:11.000000000 -0800
+++ alsa-kernel/core/timer.c	2003-02-06 15:19:26.000000000 -0800
@@ -953,7 +953,7 @@
 	}
 	spin_unlock(&tu->qlock);
 	if (_wake) {
-		kill_fasync(&ctl->fasync, SIGIO, POLL_IN);
+		kill_fasync(&tu->fasync, SIGIO, POLL_IN);
 		wake_up(&tu->qchange_sleep);
 	}
 }

-- Fernando




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-09 20:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07  2:16 current CVS: compile error Fernando Lopez-Lezcano
2005-01-07  9:19 ` Giuliano Pochini
2005-01-08  1:39   ` Fernando Lopez-Lezcano
2005-01-09 17:04     ` Giuliano Pochini
2005-01-09 20:25       ` Fernando Lopez-Lezcano
2005-01-07 10:53 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2003-02-06 23:38 current cvs " Fernando Pablo Lopez-Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.