Home
last modified time | relevance | path

Searched refs:N810_HEADSET_AMP_GPIO (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/soc/omap/
Dn810.c38 #define N810_HEADSET_AMP_GPIO 10 macro
214 gpio_set_value(N810_HEADSET_AMP_GPIO, 1); in n810_jack_event()
216 gpio_set_value(N810_HEADSET_AMP_GPIO, 0); in n810_jack_event()
340 if (WARN_ON((gpio_request(N810_HEADSET_AMP_GPIO, "hs_amp") < 0) || in n810_soc_init()
346 gpio_direction_output(N810_HEADSET_AMP_GPIO, 0); in n810_soc_init()
365 gpio_free(N810_HEADSET_AMP_GPIO); in n810_soc_exit()