sound/i2c/Makefile

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

File Facts

System
Linux kernel
Corpus path
sound/i2c/Makefile
Extension
[no extension]
Size
400 bytes
Lines
17
Domain
Driver Families
Bucket
sound/i2c
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) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-i2c-y := i2c.o
snd-cs8427-y := cs8427.o
snd-tea6330t-y := tea6330t.o

obj-$(CONFIG_SND) += other/

# Toplevel Module Dependency
obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
obj-$(CONFIG_SND_ICE1724) += snd-i2c.o

Annotation

Implementation Notes