summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-05-30 23:24:50 -0400
committervin <git@vineetk.net>2025-05-30 23:24:58 -0400
commit0ec8963a62d95322a0848ce75965b7481d05bda2 (patch)
tree372fd72ba560b39c528496f31be81a7cbc1d1557 /config.h
parentd59bcc1c67be40e9176e08f05d64ce71dabe4c4a (diff)
write the callbackHEADmaster
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};