Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ti/
H A Dn810.c25 #define N810_SPEAKER_AMP_GPIO 101 macro
190 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1); in n810_spk_event()
192 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0); in n810_spk_event()
331 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0))) { in n810_soc_init()
337 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0); in n810_soc_init()
354 gpio_free(N810_SPEAKER_AMP_GPIO); in n810_soc_exit()
/openbmc/qemu/hw/arm/
H A Dnseries.c101 #define N810_SPEAKER_AMP_GPIO 101 macro