sound/soc/fsl/imx-audmux.h

Source file repositories/reference/linux-study-clean/sound/soc/fsl/imx-audmux.h

File Facts

System
Linux kernel
Corpus path
sound/soc/fsl/imx-audmux.h
Extension
.h
Size
327 bytes
Lines
13
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 __IMX_AUDMUX_H
#define __IMX_AUDMUX_H

#include <dt-bindings/sound/fsl-imx-audmux.h>

int imx_audmux_v1_configure_port(unsigned int port, unsigned int pcr);

int imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr,
		unsigned int pdcr);

#endif /* __IMX_AUDMUX_H */

Annotation

Implementation Notes