From 7f9f88e90b8ab41a97a86fa4ff8a501e0e0eea27 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 16 Oct 2015 22:07:30 +0200 Subject: 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 --- machines/aszlig/tishtushi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines') 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; -- cgit 1.4.1