Requesting kernel module build options (5.10 new options)

hello, in linux510 could you enable kernel module build options SND_SOC_SOF_INTEL_SOUNDWIRE and SND_SOC_INTEL_SOUNDWIRE_SOF_MACH? this should add 15 or so modules giving support for latest intel hardware

1 Like
$ sudo pacman -Syu git base-devel --needed
$ git clone https://gitlab.manjaro.org/packages/core/linux510
$ cd linux510
$ nano PKGBUILD

Make the desired changes, bump pkgrel, save and build

$ makepkg -is

I have a Dell XPS 9700 and the 5.10 kernal is supposed to fix sound and wifi driver issues. I installed the kernal through an AUR package but after enabling it I didn’t notice any difference. I wonder if I have to do what OP is suggesting in order to get it to work.