sound/soc/mediatek/mt8186/mt8186-mt6366-common.h

Source file repositories/reference/linux-study-clean/sound/soc/mediatek/mt8186/mt8186-mt6366-common.h

File Facts

System
Linux kernel
Corpus path
sound/soc/mediatek/mt8186/mt8186-mt6366-common.h
Extension
.h
Size
440 bytes
Lines
18
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 _MT8186_MT6366_COMMON_H_
#define _MT8186_MT6366_COMMON_H_

int mt8186_mt6366_init(struct snd_soc_pcm_runtime *rtd);
int mt8186_mt6366_card_set_be_link(struct device *dev,
				   struct snd_soc_dai_link *link,
				   struct device_node *node,
				   char *link_name);
#endif

Annotation

Implementation Notes