sound/soc/tegra/tegra210_mvc.h

Source file repositories/reference/linux-study-clean/sound/soc/tegra/tegra210_mvc.h

File Facts

System
Linux kernel
Corpus path
sound/soc/tegra/tegra210_mvc.h
Extension
.h
Size
3986 bytes
Lines
123
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

struct tegra210_mvc_gain_params {
	int poly_coeff[NUM_GAIN_POLY_COEFFS];
	int poly_n1;
	int poly_n2;
	int duration;
	int duration_inv;
};

struct tegra210_mvc {
	int volume[TEGRA210_MVC_MAX_CHAN_COUNT];
	unsigned int curve_type;
	unsigned int ctrl_value;
	struct regmap *regmap;
};

#endif

Annotation

Implementation Notes