Lines Matching defs:es8326_priv
47 struct es8326_priv { struct
48 struct clk *mclk;
49 struct snd_pcm_hw_constraint_list *sysclk_constraints;
50 struct i2c_client *i2c;
51 struct regmap *regmap;
52 struct snd_soc_component *component;
53 struct gpio_desc *hp_ctl_gpio;
54 struct gpio_desc *spk_ctl_gpio;
55 struct snd_soc_jack *jack;
56 struct delayed_work hpdet_work;
57 struct mutex lock;
58 int irq;
59 u8 mic1_src;
60 u8 mic2_src;
61 u8 jack_pol;
62 u32 mclk_rate;
63 bool mastermode;
64 bool hp_inserted;