sound/hda/common/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/hda/common/Makefile
Extension
[no extension]
Size
389 bytes
Lines
14
Domain
Driver Families
Bucket
sound/hda
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
snd-hda-codec-y := bind.o codec.o jack.o auto_parser.o sysfs.o
snd-hda-codec-y += controller.o
snd-hda-codec-$(CONFIG_SND_PROC_FS) += proc.o

snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hwdep.o
snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += beep.o

# for trace-points
CFLAGS_controller.o := -I$(src)

# common driver
obj-$(CONFIG_SND_HDA) := snd-hda-codec.o

Annotation

Implementation Notes