Housekeeping updates
authorMatthew Fredrickson <creslin@digium.com>
Mon, 27 Dec 2004 14:51:52 +0000 (14:51 +0000)
committerMatthew Fredrickson <creslin@digium.com>
Mon, 27 Dec 2004 14:51:52 +0000 (14:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4561 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_alsa.c

index 0dcd9d9..f5d04f6 100755 (executable)
@@ -1026,10 +1026,7 @@ int load_module()
                }
                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);