From 59b8aa319440a9e58976cc921775889a27eb5347 Mon Sep 17 00:00:00 2001 From: Super User Date: Sun, 23 Sep 2007 09:43:30 +0200 Subject: removed some usleep debugging, so audioprocessing will not hang --- dss1.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dss1.cpp') 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; -- cgit v1.2.3-55-g7522