projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d2d31
)
Housekeeping updates
author
Matthew Fredrickson
<creslin@digium.com>
Mon, 27 Dec 2004 14:51:52 +0000
(14:51 +0000)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/channels/chan_alsa.c
b/channels/chan_alsa.c
index
0dcd9d9
..
f5d04f6
100755
(executable)
--- a/
channels/chan_alsa.c
+++ b/
channels/chan_alsa.c
@@
-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);