From 64fb2e7205cafb2fda4a4000e580500f083b10b5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 23 Oct 2015 16:03:55 +0200 Subject: config/jack/fw1: Moving JACK profile to subdirectory. --- config/fw1 | 13 ------------- config/jack/fw1 | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 config/fw1 create mode 100644 config/jack/fw1 (limited to 'config') diff --git a/config/fw1 b/config/fw1 deleted file mode 100644 index f597ba6..0000000 --- a/config/fw1 +++ /dev/null @@ -1,13 +0,0 @@ -# Sample configuration file for a JACK systemd --user service, using a firewire device -NAME="default" -DRIVER="firewire" -DEVICE="/dev/fw1" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 3 \ - -p 256\ - -r 48000" diff --git a/config/jack/fw1 b/config/jack/fw1 new file mode 100644 index 0000000..f597ba6 --- /dev/null +++ b/config/jack/fw1 @@ -0,0 +1,13 @@ +# Sample configuration file for a JACK systemd --user service, using a firewire device +NAME="default" +DRIVER="firewire" +DEVICE="/dev/fw1" +NOMLOCK="" +REALTIME="-R" +PORTMAX=512 +UNLOCK="-u" +VERBOSE="-v" +DRIVER_SETTINGS="\ + -n 3 \ + -p 256\ + -r 48000" -- cgit v1.2.3