I am referring to:
Code
Audio:
Device-1: Intel Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster
driver: sof-audio-pci-intel-apl bus-ID: 00:0e.0 chip-ID: 8086:5a98
and noticed the missing sof-audio-pci-intel-apl.ko
Looks like we need to enable Sound Open Firmware. Links: https://www.sofproject.org/ https://github.com/thesofproject
Using make menuconfig create these changes.
Module name is now snd-sof-pci-intel-apl.ko but does support PCI device [8086:5A98]:
Code
filename: snd-sof-pci-intel-apl.ko
import_ns: SND_SOC_SOF_PCI_DEV
import_ns: SND_SOC_SOF_INTEL_HDA_COMMON
license: Dual BSD/GPL
alias: pci:v00008086d00003198sv*sd*bc*sc*i*
alias: pci:v00008086d00005A98sv*sd*bc*sc*i*
depends: snd-sof-intel-hda-common,snd-soc-acpi-intel-match,snd-sof-pci
retpoline: Y
intree: Y
name: snd_sof_pci_intel_apl
vermagic: 6.6.63 SMP mod_unload
Display More
Likely this is not sufficient, just a first step