Lines Matching refs:hp_gpio
516 struct snd_soc_jack_gpio *gpio = &rt5670->hp_gpio;
584 rt5670->hp_gpio.gpiod_dev = component->dev;
585 rt5670->hp_gpio.name = "headset";
586 rt5670->hp_gpio.report = SND_JACK_HEADSET |
588 rt5670->hp_gpio.debounce_time = 150;
589 rt5670->hp_gpio.wake = true;
590 rt5670->hp_gpio.data = (struct rt5670_priv *)rt5670;
591 rt5670->hp_gpio.jack_status_check = rt5670_irq_detection;
594 &rt5670->hp_gpio);
2686 snd_soc_jack_free_gpios(rt5670->jack, 1, &rt5670->hp_gpio);