Searched defs:wm8903_priv (Results 1 – 1 of 1) sorted by relevance
118 struct wm8903_priv { struct119 struct wm8903_platform_data *pdata;120 struct device *dev;121 struct regmap *regmap;123 int sysclk;124 int irq;126 struct mutex lock;127 int fs;128 int deemph;130 int dcs_pending;[all …]