diff options
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r-- | src/AlsaDriver.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 1997e94..2b14c26 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -28,7 +28,6 @@ #include <string> #include <utility> -using std::endl; using std::string; using boost::format; @@ -273,11 +272,6 @@ AlsaDriver::create_port_view_internal( split = _app->conf()->get_module_split(client_name, !is_application); } - /*cout << "ALSA PORT: " << client_name << " : " << port_name - << " is_application = " << is_application - << " is_duplex = " << is_duplex - << " split = " << split << endl;*/ - if (!split) { m = find_or_create_module(_app, addr.client, client_name, InputOutput); if (!m->get_port(port_name)) { |