sound/soc/sof/sof-of-dev.h

Source file repositories/reference/linux-study-clean/sound/soc/sof/sof-of-dev.h

File Facts

System
Linux kernel
Corpus path
sound/soc/sof/sof-of-dev.h
Extension
.h
Size
627 bytes
Lines
26
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 snd_sof_of_mach {
	const char *compatible;
	const char *drv_name;
	const char *fw_filename;
	const char *sof_tplg_filename;
};

extern const struct dev_pm_ops sof_of_pm;

int sof_of_probe(struct platform_device *pdev);
void sof_of_remove(struct platform_device *pdev);
void sof_of_shutdown(struct platform_device *pdev);

#endif

Annotation

Implementation Notes