Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/ti/
Dn810.c24 #define N810_HEADSET_AMP_GPIO 10 macro
201 gpio_set_value(N810_HEADSET_AMP_GPIO, 1); in n810_jack_event()
203 gpio_set_value(N810_HEADSET_AMP_GPIO, 0); in n810_jack_event()
330 if (WARN_ON((gpio_request(N810_HEADSET_AMP_GPIO, "hs_amp") < 0) || in n810_soc_init()
336 gpio_direction_output(N810_HEADSET_AMP_GPIO, 0); in n810_soc_init()
355 gpio_free(N810_HEADSET_AMP_GPIO); in n810_soc_exit()