sound/sparc/Makefile

Source file repositories/reference/linux-study-clean/sound/sparc/Makefile

File Facts

System
Linux kernel
Corpus path
sound/sparc/Makefile
Extension
[no extension]
Size
350 bytes
Lines
14
Domain
Driver Families
Bucket
sound/sparc
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
#
# Makefile for ALSA
# Copyright (c) 2002 by David S. Miller <davem@redhat.com>
#

snd-sun-amd7930-y := amd7930.o
snd-sun-cs4231-y := cs4231.o
snd-sun-dbri-y := dbri.o

obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o

Annotation

Implementation Notes