/* gpio work */ static void gpio_work(struct work_struct *work) { struct snd_soc_jack_gpio *gpio;
gpio = container_of(work, struct snd_soc_jack_gpio, work.work); snd_soc_jack_gpio_detect(gpio);
}