Searched defs:wm8962_priv (Results 1 – 1 of 1) sorted by relevance
51 struct wm8962_priv { struct52 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;[all …]