/usr/src/linux-headers-5.15.0-190/sound
NameSizeModeActions
ac97/-0755rm
aoa/-0755rm
arm/-0755rm
atmel/-0755rm
core/-0755rm
drivers/-0755rm
firewire/-0755rm
hda/-0755rm
i2c/-0755rm
isa/-0755rm
mips/-0755rm
oss/-0755rm
parisc/-0755rm
pci/-0755rm
pcmcia/-0755rm
ppc/-0755rm
sh/-0755rm
soc/-0755rm
sparc/-0755rm
spi/-0755rm
synth/-0755rm
usb/-0755rm
virtio/-0755rm
x86/-0755rm
xen/-0755rm
Kconfig28770644editdlrm
Makefile5650644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/sound/Makefile (565B)
# SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux sound card driver # obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_DMASOUND) += oss/dmasound/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ \ virtio/ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out obj-$(CONFIG_AC97_BUS) += ac97_bus.o obj-$(CONFIG_AC97_BUS_NEW) += ac97/ ifeq ($(CONFIG_SND),y) obj-y += last.o endif soundcore-objs := sound_core.o