diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/jack/fw1 | 12 | ||||
-rw-r--r-- | config/jack/internal-44100 | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/config/jack/fw1 b/config/jack/fw1 deleted file mode 100644 index a851d30..0000000 --- a/config/jack/fw1 +++ /dev/null @@ -1,12 +0,0 @@ -# Sample configuration file for a JACK systemd --user service, using a firewire device -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/internal-44100 b/config/jack/internal-44100 deleted file mode 100644 index 92e9c12..0000000 --- a/config/jack/internal-44100 +++ /dev/null @@ -1,11 +0,0 @@ -DRIVER="alsa" -DEVICE="hw:PCH" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 2 \ - -p 512\ - -r 44100" |