Searched defs:tas2552_data (Results 1 – 1 of 1) sorted by relevance
72 struct tas2552_data { struct73 struct snd_soc_codec *codec;74 struct regmap *regmap;75 struct i2c_client *tas2552_client;76 struct regulator_bulk_data supplies[TAS2552_NUM_SUPPLIES];77 struct gpio_desc *enable_gpio;78 unsigned char regs[TAS2552_VBAT_DATA];79 unsigned int pll_clkin;80 int pll_clk_id;81 unsigned int pdm_clk;[all …]