sound/pci/oxygen/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/pci/oxygen/Makefile
Extension
[no extension]
Size
458 bytes
Lines
12
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-oxygen-lib-y := oxygen_io.o oxygen_lib.o oxygen_mixer.o oxygen_pcm.o
snd-oxygen-y := oxygen.o xonar_dg_mixer.o xonar_dg.o
snd-se6x-y := se6x.o
snd-virtuoso-y := virtuoso.o xonar_lib.o \
	xonar_pcm179x.o xonar_cs43xx.o xonar_wm87x6.o xonar_hdmi.o

obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o
obj-$(CONFIG_SND_OXYGEN) += snd-oxygen.o
obj-$(CONFIG_SND_SE6X) += snd-se6x.o
obj-$(CONFIG_SND_VIRTUOSO) += snd-virtuoso.o

Annotation

Implementation Notes