Searched defs:cs43130_private (Results 1 – 1 of 1) sorted by relevance
503 struct cs43130_private { struct504 struct device *dev;505 struct snd_soc_component *component;506 struct regmap *regmap;507 struct regulator_bulk_data supplies[CS43130_NUM_SUPPLIES];508 struct gpio_desc *reset_gpio;509 unsigned int dev_id; /* codec device ID */510 int xtal_ibias;511 bool has_irq_line;514 struct mutex clk_mutex;[all …]