sound/firewire/fireworks/Makefile

Source file repositories/reference/linux-study-clean/sound/firewire/fireworks/Makefile

File Facts

System
Linux kernel
Corpus path
sound/firewire/fireworks/Makefile
Extension
[no extension]
Size
269 bytes
Lines
6
Domain
Driver Families
Bucket
sound/firewire
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-fireworks-y := fireworks_transaction.o fireworks_command.o \
		      fireworks_stream.o fireworks_proc.o fireworks_midi.o \
		      fireworks_pcm.o fireworks_hwdep.o fireworks.o
obj-$(CONFIG_SND_FIREWORKS) += snd-fireworks.o

Annotation

Implementation Notes