feat(3p/kernelPatches): Add kernel audio patch for ASUS TRX40 Pro

Without this patch, this board is not included in the pin map
overrides and audio basically doesn't work.

With this patch, the audio still doesn't work, but it can at least
correctly detect what is and isn't plugged in - so that's progress.

Change-Id: I66ca7d7a1e0e25a0212b9659381875ad4c590ffc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/542
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-20 18:38:49 +01:00 committed by tazjin
parent 3b05be2fd0
commit a8e25bc9d3
3 changed files with 31 additions and 0 deletions

View file

@ -34,6 +34,10 @@ in depot.lib.fix(self: {
kernel.sysctl = {
"kernel.perf_event_paranoid" = 1;
};
kernelPatches = [
depot.third_party.kernelPatches.trx40_usb_audio
];
};
hardware = {
@ -233,6 +237,7 @@ in depot.lib.fix(self: {
openssl
pass
pavucontrol
pciutils
pinentry
pinentry-emacs
pwgen
@ -245,6 +250,7 @@ in depot.lib.fix(self: {
tokei
tree
unzip
usbutils
vlc
xclip
yubico-piv-tool