about summary refs log tree commit diff
path: root/third_party/kernelPatches/trx40_usb_audio/default.nix
blob: f753878f7cf85d64a6ba2604c67d81faf393fa2b (plain) (blame)
1
2
3
4
5
6
7
8
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;
}