sound/soc/generic/Makefile

Source file repositories/reference/linux-study-clean/sound/soc/generic/Makefile

File Facts

System
Linux kernel
Corpus path
sound/soc/generic/Makefile
Extension
[no extension]
Size
762 bytes
Lines
15
Domain
Driver Families
Bucket
sound/soc
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-soc-simple-card-utils-y	:= simple-card-utils.o
snd-soc-simple-card-y		:= simple-card.o
snd-soc-audio-graph-card-y	:= audio-graph-card.o
snd-soc-audio-graph-card2-y	:= audio-graph-card2.o
snd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o
snd-soc-test-component-y	:= test-component.o

obj-$(CONFIG_SND_SIMPLE_CARD_UTILS)	+= snd-soc-simple-card-utils.o
obj-$(CONFIG_SND_SIMPLE_CARD)		+= snd-soc-simple-card.o
obj-$(CONFIG_SND_AUDIO_GRAPH_CARD)	+= snd-soc-audio-graph-card.o
obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2)	+= snd-soc-audio-graph-card2.o
obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
obj-$(CONFIG_SND_TEST_COMPONENT)	+= snd-soc-test-component.o

Annotation

Implementation Notes