Searched defs:cs43130_private (Results 1 – 1 of 1) sorted by relevance
502 struct cs43130_private { struct503 struct snd_soc_component *component;504 struct regmap *regmap;505 struct regulator_bulk_data supplies[CS43130_NUM_SUPPLIES];506 struct gpio_desc *reset_gpio;507 unsigned int dev_id; /* codec device ID */508 int xtal_ibias;511 struct mutex clk_mutex;512 int clk_req;513 bool pll_bypass;[all …]