sound/pci/au88x0/Makefile

Source file repositories/reference/linux-study-clean/sound/pci/au88x0/Makefile

File Facts

System
Linux kernel
Corpus path
sound/pci/au88x0/Makefile
Extension
[no extension]
Size
234 bytes
Lines
9
Domain
Driver Families
Bucket
sound/pci
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-au8810-y := au8810.o
snd-au8820-y := au8820.o
snd-au8830-y := au8830.o

obj-$(CONFIG_SND_AU8810) += snd-au8810.o
obj-$(CONFIG_SND_AU8820) += snd-au8820.o
obj-$(CONFIG_SND_AU8830) += snd-au8830.o

Annotation

Implementation Notes