Lines Matching defs:wm5100_priv
52 struct wm5100_priv { struct
53 struct device *dev;
54 struct regmap *regmap;
55 struct snd_soc_component *component;
57 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES];
59 int rev;
61 int sysclk;
62 int asyncclk;
64 bool aif_async[WM5100_AIFS];
65 bool aif_symmetric[WM5100_AIFS];
66 int sr_ref[WM5100_SYNC_SRS];
68 bool out_ena[2];
70 struct snd_soc_jack *jack;
71 bool jack_detecting;
72 bool jack_mic;
73 int jack_mode;
74 int jack_flips;
76 struct wm5100_fll fll[2];
78 struct wm5100_pdata pdata;
81 struct gpio_chip gpio_chip;