sound/soc/sdca/sdca_function_device.h

Source file repositories/reference/linux-study-clean/sound/soc/sdca/sdca_function_device.h

File Facts

System
Linux kernel
Corpus path
sound/soc/sdca/sdca_function_device.h
Extension
.h
Size
374 bytes
Lines
16
Domain
Driver Families
Bucket
sound/soc
Inferred role
Driver Families: implementation source
Status
source implementation candidate

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

struct sdca_dev {
	struct auxiliary_device auxdev;
	struct sdca_function_data function;
};

#define auxiliary_dev_to_sdca_dev(auxiliary_dev)		\
	container_of(auxiliary_dev, struct sdca_dev, auxdev)

#endif

Annotation

Implementation Notes