mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
Housekeeping updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1026,10 +1026,7 @@ int load_module()
|
|||||||
}
|
}
|
||||||
return 0;
|
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);
|
res = ast_channel_register(type, tdesc, AST_FORMAT_SLINEAR, alsa_request);
|
||||||
if (res < 0) {
|
if (res < 0) {
|
||||||
ast_log(LOG_ERROR, "Unable to register channel class '%s'\n", type);
|
ast_log(LOG_ERROR, "Unable to register channel class '%s'\n", type);
|
||||||
|
|||||||
Reference in New Issue
Block a user