sound/aoa/soundbus/soundbus.h

Source file repositories/reference/linux-study-clean/sound/aoa/soundbus/soundbus.h

File Facts

System
Linux kernel
Corpus path
sound/aoa/soundbus/soundbus.h
Extension
.h
Size
6486 bytes
Lines
202
Domain
Driver Families
Bucket
sound/aoa
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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 device_driver driver;
};
#define to_soundbus_driver(drv) container_of(drv,struct soundbus_driver, driver)

extern int soundbus_register_driver(struct soundbus_driver *drv);
extern void soundbus_unregister_driver(struct soundbus_driver *drv);

extern struct attribute *soundbus_dev_attrs[];

#endif /* __SOUNDBUS_H */

Annotation

Implementation Notes