Lines Matching defs:wm8962_priv
51 struct wm8962_priv { struct
52 struct wm8962_pdata pdata;
53 struct regmap *regmap;
54 struct snd_soc_component *component;
56 int sysclk;
57 int sysclk_rate;
59 int bclk; /* Desired BCLK */
60 int lrclk;
62 struct completion fll_lock;
63 int fll_src;
64 int fll_fref;
65 int fll_fout;
67 struct mutex dsp2_ena_lock;
68 u16 dsp2_ena;
70 struct delayed_work mic_work;
71 struct snd_soc_jack *jack;
95 struct wm8962_priv *wm8962 = container_of(nb, struct wm8962_priv, \ argument