sound/firewire/oxfw/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/firewire/oxfw/Makefile
Extension
[no extension]
Size
205 bytes
Lines
5
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-oxfw-y := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \
		 oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o
obj-$(CONFIG_SND_OXFW) += snd-oxfw.o

Annotation

Implementation Notes