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