summaryrefslogtreecommitdiffstats
path: root/dss1.cpp
diff options
context:
space:
mode:
authorSuper User2007-09-23 09:43:30 +0200
committerSuper User2007-09-23 09:43:30 +0200
commit59b8aa319440a9e58976cc921775889a27eb5347 (patch)
treec140169f156b9237f66cdb2b609528f881e726ce /dss1.cpp
parentfixed multiplexing bug at NT-mode. (diff)
downloadlcr-59b8aa319440a9e58976cc921775889a27eb5347.tar.gz
lcr-59b8aa319440a9e58976cc921775889a27eb5347.tar.xz
lcr-59b8aa319440a9e58976cc921775889a27eb5347.zip
removed some usleep debugging, so audioprocessing will not hang
Diffstat (limited to 'dss1.cpp')
-rw-r--r--dss1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dss1.cpp b/dss1.cpp
index cd6a41e..18eb511 100644
--- a/dss1.cpp
+++ b/dss1.cpp
@@ -3188,6 +3188,9 @@ int stack2manager_nt(void *dat, void *arg)
case CC_RELEASE_COMPLETE | INDICATION:
break;
+ case CC_FACILITY | INDICATION:
+ break;
+
default:
PERROR("unhandled message: prim(0x%x) dinfo(0x%x) msg->len(%d)\n", hh->prim, hh->dinfo, msg->len);
port = port_first;