[Asterisk-cvs] asterisk/channels Makefile,1.37.2.4,1.37.2.5 chan_alsa.c,1.11.2.1,1.11.2.2

malcolmd at lists.digium.com malcolmd at lists.digium.com
Thu Mar 25 11:53:26 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv24557/channels

Modified Files:
      Tag: v1-0_stable
	Makefile chan_alsa.c 
Log Message:
Forgot a ; in chan_alsa.c


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.37.2.4
retrieving revision 1.37.2.5
diff -u -d -r1.37.2.4 -r1.37.2.5
--- Makefile	23 Mar 2004 05:06:40 -0000	1.37.2.4
+++ Makefile	25 Mar 2004 16:50:26 -0000	1.37.2.5
@@ -20,7 +20,7 @@
 	     chan_modem_aopen.so \
              chan_modem_bestdata.so chan_modem_i4l.so \
              chan_agent.so chan_mgcp.so chan_iax2.so \
-	     chan_local.so chan_skinny.so
+	     chan_local.so chan_skinny.so chan_alsa.so
 
 #
 # If you really want IAX1 uncomment the following, but it is

Index: chan_alsa.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_alsa.c,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- chan_alsa.c	24 Mar 2004 21:44:23 -0000	1.11.2.1
+++ chan_alsa.c	25 Mar 2004 16:50:26 -0000	1.11.2.2
@@ -320,7 +320,7 @@
 static snd_pcm_t *alsa_card_init(char *dev, snd_pcm_stream_t stream)
 {
 	int err;
-	int direction
+	int direction;
 	snd_pcm_t *handle = NULL;
 	snd_pcm_hw_params_t *hwparams = NULL;
 	snd_pcm_sw_params_t *swparams = NULL;




More information about the svn-commits mailing list