Searched defs:snd_soc_jack_gpio (Results 1 – 1 of 1) sorted by relevance
60 struct snd_soc_jack_gpio { struct61 unsigned int idx;62 struct device *gpiod_dev;63 const char *name;64 int report;65 int invert;66 int debounce_time;67 bool wake;70 struct snd_soc_jack *jack;71 struct delayed_work work;[all …]