sound/firewire/bebob/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/firewire/bebob/Makefile
Extension
[no extension]
Size
272 bytes
Lines
7
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
snd-bebob-y := bebob_command.o bebob_stream.o bebob_proc.o bebob_midi.o \
		  bebob_pcm.o bebob_hwdep.o bebob_terratec.o \
		  bebob_yamaha_terratec.o bebob_focusrite.o bebob_maudio.o \
		  bebob.o
obj-$(CONFIG_SND_BEBOB) += snd-bebob.o

Annotation

Implementation Notes