Searched defs:tas2552_data (Results 1 – 1 of 1) sorted by relevance
65 struct tas2552_data { struct66 struct snd_soc_component *component;67 struct regmap *regmap;68 struct i2c_client *tas2552_client;69 struct regulator_bulk_data supplies[TAS2552_NUM_SUPPLIES];70 struct gpio_desc *enable_gpio;71 unsigned char regs[TAS2552_VBAT_DATA];72 unsigned int pll_clkin;73 int pll_clk_id;74 unsigned int pdm_clk;[all …]