sound/soc/ux500/ux500_pcm.h

Source file repositories/reference/linux-study-clean/sound/soc/ux500/ux500_pcm.h

File Facts

System
Linux kernel
Corpus path
sound/soc/ux500/ux500_pcm.h
Extension
.h
Size
459 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 UX500_PCM_H
#define UX500_PCM_H

#include <asm/page.h>

#include <linux/workqueue.h>

int ux500_pcm_register_platform(struct platform_device *pdev);
int ux500_pcm_unregister_platform(struct platform_device *pdev);

#endif

Annotation

Implementation Notes