Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/omap/
Dn810.c39 #define N810_SPEAKER_AMP_GPIO 101 macro
203 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1); in n810_spk_event()
205 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0); in n810_spk_event()
334 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0))) { in n810_soc_init()
340 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0); in n810_soc_init()
357 gpio_free(N810_SPEAKER_AMP_GPIO); in n810_soc_exit()