Searched defs:es8326_priv (Results 1 – 1 of 1) sorted by relevance
21 struct es8326_priv { struct22 struct clk *mclk;23 struct i2c_client *i2c;24 struct regmap *regmap;25 struct snd_soc_component *component;26 struct delayed_work jack_detect_work;27 struct delayed_work button_press_work;28 struct snd_soc_jack *jack;52 struct es8326_priv *es8326 = snd_soc_component_get_drvdata(component); in es8326_crosstalk1_get() argument