Searched defs:wm5100_pdata (Results 1 – 2 of 2) sorted by relevance
38 struct wm5100_pdata { struct39 int reset; /** GPIO controlling /RESET, if any */40 int ldo_ena; /** GPIO controlling LODENA, if any */41 int hp_pol; /** GPIO controlling headset polarity, if any */42 int irq_flags;43 int gpio_base;45 struct wm5100_jack_mode jack_modes[2];48 enum wm5100_in_mode in_mode[4];51 enum wm5100_dmic_sup dmic_sup[4];53 int gpio_defaults[6];
70 static struct wm5100_pdata wm5100_pdata = { variable