Lines Matching defs:wm8962_priv
55 struct wm8962_priv { struct
56 struct wm8962_pdata pdata;
57 struct regmap *regmap;
58 struct snd_soc_codec *codec;
60 int sysclk;
61 int sysclk_rate;
63 int bclk; /* Desired BCLK */
64 int lrclk;
66 struct completion fll_lock;
67 int fll_src;
68 int fll_fref;
69 int fll_fout;
71 struct mutex dsp2_ena_lock;
72 u16 dsp2_ena;
74 struct delayed_work mic_work;
75 struct snd_soc_jack *jack;
99 struct wm8962_priv *wm8962 = container_of(nb, struct wm8962_priv, \ argument