diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
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 @@ | |||
| 1 | struct jack_connection_t { | ||
| 2 | const char *in; | ||
| 3 | const char *out; | ||
| 4 | }; | ||
| 5 | |||
| 6 | struct jack_connection_t auto_connects[] = { | ||
| 7 | {"system:capture_1", "system:playback_1"}, | ||
| 8 | }; | ||
