[Asterisk-cvs] asterisk/channels chan_alsa.c,1.32,1.33

mattf at lists.digium.com mattf at lists.digium.com
Mon Dec 27 09:56:50 CST 2004


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

Modified Files:
	chan_alsa.c 
Log Message:
Housekeeping updates


Index: chan_alsa.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_alsa.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- chan_alsa.c	26 Dec 2004 11:08:34 -0000	1.32
+++ chan_alsa.c	27 Dec 2004 14:51:52 -0000	1.33
@@ -1026,10 +1026,7 @@
 		}
 		return 0;
 	}
-#if 0
-	if (!full_duplex)
-		ast_log(LOG_WARNING, "XXX I don't work right with non-full duplex sound cards XXX\n");
-#endif
+
 	res = ast_channel_register(type, tdesc, AST_FORMAT_SLINEAR, alsa_request);
 	if (res < 0) {
 		ast_log(LOG_ERROR, "Unable to register channel class '%s'\n", type);




More information about the svn-commits mailing list