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