sound/soc/intel/common/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/soc/intel/common/Makefile
Extension
[no extension]
Size
1048 bytes
Lines
24
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-acpi-intel-match-y := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
	soc-acpi-intel-hsw-bdw-match.o \
	soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
	soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
	soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
	soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
	soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
	soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
	soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
	soc-acpi-intel-arl-match.o \
	soc-acpi-intel-lnl-match.o \
	soc-acpi-intel-ptl-match.o \
	soc-acpi-intel-nvl-match.o \
	soc-acpi-intel-hda-match.o \
	soc-acpi-intel-sdw-mockup-match.o sof-function-topology-lib.o

snd-soc-acpi-intel-match-y += soc-acpi-intel-ssp-common.o

snd-soc-acpi-intel-sdca-quirks-y += soc-acpi-intel-sdca-quirks.o

obj-$(CONFIG_SND_SOC_ACPI_INTEL_MATCH) += snd-soc-acpi-intel-match.o
obj-$(CONFIG_SND_SOC_ACPI_INTEL_SDCA_QUIRKS) += snd-soc-acpi-intel-sdca-quirks.o

Annotation

Implementation Notes