sound/soc/mediatek/mt8192/mt8192-afe-gpio.h

Source file repositories/reference/linux-study-clean/sound/soc/mediatek/mt8192/mt8192-afe-gpio.h

File Facts

System
Linux kernel
Corpus path
sound/soc/mediatek/mt8192/mt8192-afe-gpio.h
Extension
.h
Size
419 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 _MT8192_AFE_GPIO_H_
#define _MT8192_AFE_GPIO_H_

struct device;

int mt8192_afe_gpio_init(struct device *dev);

int mt8192_afe_gpio_request(struct device *dev, bool enable,
			    int dai, int uplink);

#endif

Annotation

Implementation Notes