include/sound/spear_spdif.h

Source file repositories/reference/linux-study-clean/include/sound/spear_spdif.h

File Facts

System
Linux kernel
Corpus path
include/sound/spear_spdif.h
Extension
.h
Size
345 bytes
Lines
17
Domain
Driver Families
Bucket
include/sound
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 spear_spdif_platform_data {
	/* DMA params */
	void *dma_params;
	bool (*filter)(struct dma_chan *chan, void *slave);
	void (*reset_perip)(void);
};

#endif /* SOUND_SPDIF_H */

Annotation

Implementation Notes