Searched defs:wm0010_priv (Results 1 – 1 of 1) sorted by relevance
93 struct wm0010_priv { struct94 struct snd_soc_codec *codec;96 struct mutex lock;97 struct device *dev;99 struct wm0010_pdata pdata;101 int gpio_reset;102 int gpio_reset_value;104 struct regulator_bulk_data core_supplies[2];105 struct regulator *dbvdd;107 int sysclk;[all …]