Lines Matching defs:wm2200_priv
83 struct wm2200_priv { struct
84 struct wm_adsp dsp[2];
85 struct regmap *regmap;
86 struct device *dev;
87 struct snd_soc_component *component;
88 struct wm2200_pdata pdata;
89 struct regulator_bulk_data core_supplies[WM2200_NUM_CORE_SUPPLIES];
91 struct completion fll_lock;
92 int fll_fout;
93 int fll_fref;
94 int fll_src;
96 int rev;
97 int sysclk;
99 unsigned int symmetric_rates:1;