Lines Matching defs:wm5100_priv
55 struct wm5100_priv { struct
56 struct device *dev;
57 struct regmap *regmap;
58 struct snd_soc_component *component;
60 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES];
62 int rev;
64 int sysclk;
65 int asyncclk;
67 bool aif_async[WM5100_AIFS];
68 bool aif_symmetric[WM5100_AIFS];
69 int sr_ref[WM5100_SYNC_SRS];
71 bool out_ena[2];
73 struct snd_soc_jack *jack;
74 bool jack_detecting;
75 bool jack_mic;
76 int jack_mode;
77 int jack_flips;
79 struct wm5100_fll fll[2];
81 struct wm5100_pdata pdata;
84 struct gpio_chip gpio_chip;