Searched defs:es8316_priv (Results 1 – 1 of 1) sorted by relevance
34 struct es8316_priv { struct35 struct mutex lock;36 struct clk *mclk;37 struct regmap *regmap;38 struct snd_soc_component *component;39 struct snd_soc_jack *jack;40 int irq;41 unsigned int sysclk;44 unsigned int allowed_rates[ARRAY_SIZE(supported_mclk_lrck_ratios) * 2];45 struct snd_pcm_hw_constraint_list sysclk_constraints;[all …]