Lines Matching defs:wm5100_priv
54 struct wm5100_priv { struct
55 struct device *dev;
56 struct regmap *regmap;
57 struct snd_soc_codec *codec;
59 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES];
61 int rev;
63 int sysclk;
64 int asyncclk;
66 bool aif_async[WM5100_AIFS];
67 bool aif_symmetric[WM5100_AIFS];
68 int sr_ref[WM5100_SYNC_SRS];
70 bool out_ena[2];
72 struct snd_soc_jack *jack;
73 bool jack_detecting;
74 bool jack_mic;
75 int jack_mode;
76 int jack_flips;
78 struct wm5100_fll fll[2];
80 struct wm5100_pdata pdata;
83 struct gpio_chip gpio_chip;