Searched defs:cs35l33_private (Results 1 – 1 of 1) sorted by relevance
37 struct cs35l33_private { struct38 struct snd_soc_component *component;39 struct cs35l33_pdata pdata;40 struct regmap *regmap;41 struct gpio_desc *reset_gpio;42 bool amp_cal;43 int mclk_int;44 struct regulator_bulk_data core_supplies[2];45 int num_core_supplies;46 bool is_tdm_mode;[all …]