about summary refs log tree commit diff
path: root/third_party/kernelPatches/trx40_usb_audio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/kernelPatches/trx40_usb_audio/default.nix')
-rw-r--r--third_party/kernelPatches/trx40_usb_audio/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/kernelPatches/trx40_usb_audio/default.nix b/third_party/kernelPatches/trx40_usb_audio/default.nix
new file mode 100644
index 0000000000..f753878f7c
--- /dev/null
+++ b/third_party/kernelPatches/trx40_usb_audio/default.nix
@@ -0,0 +1,9 @@
+# This patch adds the ASUS TRX40 Prime Pro Whatever Edition
+# motherboard to the list of boards for which the USB Audio connector
+# map has been fixed.
+{ ... }:
+
+{
+  name = "trx40_usb_audio";
+  patch = ./trx40_usb_audio.patch;
+}