summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..f989fef
--- /dev/null
+++ b/config.h
@@ -0,0 +1,8 @@
1struct jack_connection_t {
2 const char *in;
3 const char *out;
4};
5
6struct jack_connection_t auto_connects[] = {
7 {"system:capture_1", "system:playback_1"},
8};