sound/soc/sdca/sdca_class.h

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

File Facts

System
Linux kernel
Corpus path
sound/soc/sdca/sdca_class.h
Extension
.h
Size
788 bytes
Lines
36
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_class_drv {
	struct device *dev;
	struct regmap *dev_regmap;
	struct sdw_slave *sdw;

	struct sdca_interrupt_info *irq_info;

	struct mutex regmap_lock;
	/* Serialise function initialisations */
	struct mutex init_lock;
	struct work_struct boot_work;
};

#endif /* __SDCA_CLASS_H__ */

Annotation

Implementation Notes