sound/hda/codecs/realtek/Makefile
Source file repositories/reference/linux-study-clean/sound/hda/codecs/realtek/Makefile
File Facts
- System
- Linux kernel
- Corpus path
sound/hda/codecs/realtek/Makefile- Extension
[no extension]- Size
- 1159 bytes
- Lines
- 27
- Domain
- Driver Families
- Bucket
- sound/hda
- 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.
- 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
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0
subdir-ccflags-y += -I$(src)/../../common
snd-hda-codec-realtek-lib-y := realtek.o
snd-hda-codec-alc260-y := alc260.o
snd-hda-codec-alc262-y := alc262.o
snd-hda-codec-alc268-y := alc268.o
snd-hda-codec-alc269-y := alc269.o
snd-hda-codec-alc662-y := alc662.o
snd-hda-codec-alc680-y := alc680.o
snd-hda-codec-alc861-y := alc861.o
snd-hda-codec-alc861vd-y := alc861vd.o
snd-hda-codec-alc880-y := alc880.o
snd-hda-codec-alc882-y := alc882.o
obj-$(CONFIG_SND_HDA_CODEC_REALTEK_LIB) += snd-hda-codec-realtek-lib.o
obj-$(CONFIG_SND_HDA_CODEC_ALC260) += snd-hda-codec-alc260.o
obj-$(CONFIG_SND_HDA_CODEC_ALC262) += snd-hda-codec-alc262.o
obj-$(CONFIG_SND_HDA_CODEC_ALC268) += snd-hda-codec-alc268.o
obj-$(CONFIG_SND_HDA_CODEC_ALC269) += snd-hda-codec-alc269.o
obj-$(CONFIG_SND_HDA_CODEC_ALC662) += snd-hda-codec-alc662.o
obj-$(CONFIG_SND_HDA_CODEC_ALC680) += snd-hda-codec-alc680.o
obj-$(CONFIG_SND_HDA_CODEC_ALC861) += snd-hda-codec-alc861.o
obj-$(CONFIG_SND_HDA_CODEC_ALC861VD) += snd-hda-codec-alc861vd.o
obj-$(CONFIG_SND_HDA_CODEC_ALC880) += snd-hda-codec-alc880.o
obj-$(CONFIG_SND_HDA_CODEC_ALC882) += snd-hda-codec-alc882.o
Annotation
- Atlas domain: Driver Families / sound/hda.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.