Browse Source

systemd/example.conf: Being a little more specific in the comments regarding the environment variables.

tags/v1.9.13
David Runge 6 years ago
parent
commit
12fcd11af6
No known key found for this signature in database GPG Key ID: 54C28F4FF5A1A949
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      systemd/example.conf

+ 5
- 5
systemd/example.conf View File

@@ -11,13 +11,13 @@
# jackd`.
#

# The name of the
# The name of the JACK server
JACK_DEFAULT_SERVER="default"
# options (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
# Options to JACK (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
JACK_OPTIONS=""
# backends (e.g. alsa, dummy, firewire, netone, oss, portaudio)
# Audio backend (e.g. alsa, dummy, firewire, netone, oss, portaudio)
DRIVER="alsa"
# the device name
# Device name (used by the audio backend)
DEVICE="hw:PCH,0"
# specific settings for the driver in use
# Specific settings for the audio backend in use
DRIVER_SETTINGS=""

Loading…
Cancel
Save