[patch] Portaudio callback has wrong arguments list

View: New views
2 Messages — Rating Filter:   Alert me  

[patch] Portaudio callback has wrong arguments list

by Bob van Loosen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The portaudio callback has the wrong arguments list.
I assume the attached patch doesn't need any further explanation.
Thanks for the great software and keep up the good work.

Regards,

Bob.


? args.diff
? daemons/.hw_audio.c.swp
Index: daemons/hw_audio.c
===================================================================
RCS file: /cvsroot/lirc/lirc/daemons/hw_audio.c,v
retrieving revision 5.5
diff -u -r5.5 hw_audio.c
--- daemons/hw_audio.c 14 Sep 2008 18:04:37 -0000 5.5
+++ daemons/hw_audio.c 28 Oct 2009 17:29:59 -0000
@@ -90,7 +90,7 @@
 
 static int recordCallback( void *inputBuffer, void *outputBuffer,
                            unsigned long framesPerBuffer,
-                           PaStreamCallbackTimeInfo outTime,
+                           PaStreamCallbackTimeInfo* outTime,
                            PaStreamCallbackFlags status,
                            void *userData )
 {

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference

Re: [patch] Portaudio callback has wrong arguments list

by Christoph Bartelmus :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Bob van Loosen "bob.loosen@..." wrote:
> The portaudio callback has the wrong arguments list.
> I assume the attached patch doesn't need any further explanation.

Is in CVS.

Christoph

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference