sound/soc/codecs/tas2770.h

Source file repositories/reference/linux-study-clean/sound/soc/codecs/tas2770.h

File Facts

System
Linux kernel
Corpus path
sound/soc/codecs/tas2770.h
Extension
.h
Size
6308 bytes
Lines
164
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 tas2770_priv {
	struct snd_soc_component *component;
	struct gpio_desc *reset_gpio;
	struct gpio_desc *sdz_gpio;
	struct regmap *regmap;
	struct device *dev;
	int v_sense_slot;
	int i_sense_slot;
	int pdm_slot;
	bool dac_powered;
	bool unmuted;
	int idle_tx_mode;
};

#endif /* __TAS2770__ */

Annotation

Implementation Notes