diff options
author | David Runge <dave@sleepmap.de> | 2017-11-17 12:56:03 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-11-17 12:56:03 +0100 |
commit | 5b989f9d61f616f01797946407690caa0b0f54b8 (patch) | |
tree | 7799b4ce6183432e8f24d4d73fe5b5c2b6667818 | |
parent | c8f2fd8d2f23b8c40c18c53be04af7dc813e8994 (diff) | |
download | dotfiles-5b989f9d61f616f01797946407690caa0b0f54b8.tar.gz dotfiles-5b989f9d61f616f01797946407690caa0b0f54b8.tar.bz2 dotfiles-5b989f9d61f616f01797946407690caa0b0f54b8.tar.xz dotfiles-5b989f9d61f616f01797946407690caa0b0f54b8.zip |
.config/jack/internal-*: Changing to correct device name for all machines.
-rw-r--r-- | .config/jack/internal-44100 | 2 | ||||
-rw-r--r-- | .config/jack/internal-48000 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/jack/internal-44100 b/.config/jack/internal-44100 index f04f019..6440aca 100644 --- a/.config/jack/internal-44100 +++ b/.config/jack/internal-44100 @@ -1,6 +1,6 @@ NAME="default" DRIVER="alsa" -DEVICE="hw:0,0" +DEVICE="hw:PCH,0" NOMLOCK="" REALTIME="-R" PORTMAX=512 diff --git a/.config/jack/internal-48000 b/.config/jack/internal-48000 index 894dd01..b210426 100644 --- a/.config/jack/internal-48000 +++ b/.config/jack/internal-48000 @@ -1,6 +1,6 @@ NAME="default" DRIVER="alsa" -DEVICE="hw:0,0" +DEVICE="hw:PCH,0" NOMLOCK="" REALTIME="-R" PORTMAX=512 |