sound/soc/sof/sof-utils.h

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

File Facts

System
Linux kernel
Corpus path
sound/soc/sof/sof-utils.h
Extension
.h
Size
487 bytes
Lines
20
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

#ifndef __SOC_SOF_UTILS_H
#define __SOC_SOF_UTILS_H

struct snd_dma_buffer;
struct device;

int snd_sof_create_page_table(struct device *dev,
			      struct snd_dma_buffer *dmab,
			      unsigned char *page_table, size_t size);

#endif

Annotation

Implementation Notes