Lines Matching defs:wm_hubs_data
23 struct wm_hubs_data { struct
24 int dcs_codes_l;
25 int dcs_codes_r;
26 int dcs_readback_mode;
27 int hp_startup_mode;
28 int series_startup;
29 int no_series_update;
31 bool no_cache_dac_hp_direct;
32 struct list_head dcs_cache;
33 bool (*check_class_w_digital)(struct snd_soc_component *);
35 int micb1_delay;
36 int micb2_delay;
38 bool lineout1_se;
39 bool lineout1n_ena;
40 bool lineout1p_ena;
42 bool lineout2_se;
43 bool lineout2n_ena;
44 bool lineout2p_ena;
46 bool dcs_done_irq;
47 struct completion dcs_done;
49 struct snd_soc_component *component;