summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index c39f8c4..51e2b57 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -63,6 +63,19 @@ private:
bool create_refresh_port();
static void* refresh_main(void* me);
void _refresh_main();
+
+ boost::shared_ptr<PatchageModule>
+ find_or_create_module(
+ Patchage* patchage,
+ const std::string& client_name,
+ ModuleType type);
+
+ void
+ create_port_view_internal(
+ Patchage* patchage,
+ snd_seq_addr_t addr,
+ boost::shared_ptr<PatchageModule>& parent,
+ boost::shared_ptr<PatchagePort>& port);
boost::shared_ptr<PatchagePort> create_port(
boost::shared_ptr<PatchageModule> parent,