about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-16 22:07:30 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-10-16 22:07:30 +0200
commit7f9f88e90b8ab41a97a86fa4ff8a501e0e0eea27 (patch)
tree79ccfd29368c28159b530d55e695c34e049a14ed /machines
parentd854a2bedeec0fdd308f98453d716e50995b488a (diff)
tishtushi: Patch quirk for AudioQuest Dragonfly.
It's already in version 4.3-rc5, but the following patch seems to be
more correct:

http://mailman.alsa-project.org/pipermail/alsa-devel/2015-August/096516.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/tishtushi.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 435f8ec0..8b3de323 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -24,7 +24,9 @@ in {
         '';
       };
       kernel = origKernel.override {
-        kernelPatches = origKernel.kernelPatches ++ singleton bfqsched;
+        kernelPatches = origKernel.kernelPatches ++ [
+          bfqsched pkgs.vuizvui.kernelPatches.dragonfly
+        ];
       };
     in linuxPackagesFor kernel kernelPackages;