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