sound/soc/intel/avs/Makefile

Source file repositories/reference/linux-study-clean/sound/soc/intel/avs/Makefile

File Facts

System
Linux kernel
Corpus path
sound/soc/intel/avs/Makefile
Extension
[no extension]
Size
544 bytes
Lines
21
Domain
Driver Families
Bucket
sound/soc
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only

snd-soc-avs-y := dsp.o ipc.o messages.o utils.o core.o loader.o \
		 topology.o path.o pcm.o board_selection.o control.o \
		 sysfs.o
snd-soc-avs-y += cldma.o
snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o mtl.o lnl.o ptl.o

snd-soc-avs-y += trace.o
# tell define_trace.h where to find the trace header
CFLAGS_trace.o := -I$(src)

ifneq ($(CONFIG_DEBUG_FS),)
snd-soc-avs-y += probes.o debugfs.o
endif

obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o

# Machine support
obj-$(CONFIG_SND_SOC) += boards/

Annotation

Implementation Notes