sound/soc/amd/acp/acp_common.h

Source file repositories/reference/linux-study-clean/sound/soc/amd/acp/acp_common.h

File Facts

System
Linux kernel
Corpus path
sound/soc/amd/acp/acp_common.h
Extension
.h
Size
418 bytes
Lines
21
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 __ACP_COMMON_H
#define __ACP_COMMON_H

#define ACP_RN_PCI_ID		0x01
#define ACP_VANGOGH_PCI_ID	0x50
#define ACP_RMB_PCI_ID		0x6F
#define ACP63_PCI_ID		0x63
#define ACP70_PCI_ID		0x70
#define ACP71_PCI_ID		0x71
#define ACP72_PCI_ID		0x72

#endif

Annotation

Implementation Notes