sound/soc/codecs/rl6347a.h

Source file repositories/reference/linux-study-clean/sound/soc/codecs/rl6347a.h

File Facts

System
Linux kernel
Corpus path
sound/soc/codecs/rl6347a.h
Extension
.h
Size
811 bytes
Lines
32
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 rl6347a_priv {
	struct reg_default *index_cache;
	int index_cache_size;
};

int rl6347a_hw_write(void *context, unsigned int reg, unsigned int value);
int rl6347a_hw_read(void *context, unsigned int reg, unsigned int *value);

#endif /* __RL6347A_H__ */

Annotation

Implementation Notes