Lines Matching defs:rt722_sdca_priv
18 struct rt722_sdca_priv { struct
19 struct regmap *regmap;
20 struct regmap *mbq_regmap;
21 struct snd_soc_component *component;
22 struct sdw_slave *slave;
23 struct sdw_bus_params params;
24 bool hw_init;
25 bool first_hw_init;
26 struct mutex calibrate_mutex;
27 struct mutex disable_irq_lock;
28 bool disable_irq;
30 unsigned int scp_sdca_stat1;
31 unsigned int scp_sdca_stat2;
32 struct snd_soc_jack *hs_jack;
33 struct delayed_work jack_detect_work;
34 struct delayed_work jack_btn_check_work;
35 int jack_type;
36 int jd_src;
37 bool fu0f_dapm_mute;
38 bool fu0f_mixer_l_mute;
39 bool fu0f_mixer_r_mute;
41 bool fu1e_dapm_mute;
42 bool fu1e_mixer_mute[4];