sound/soc/tegra/tegra210_dmic.h

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

File Facts

System
Linux kernel
Corpus path
sound/soc/tegra/tegra210_dmic.h
Extension
.h
Size
2286 bytes
Lines
83
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_dmic {
	struct clk *clk_dmic;
	struct regmap *regmap;
	unsigned int mono_to_stereo;
	unsigned int stereo_to_mono;
	unsigned int boost_gain;
	unsigned int ch_select;
	unsigned int osr_val;
	unsigned int lrsel;
};

#endif

Annotation

Implementation Notes