Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/omap/
Dn810.c40 #define N810_SPEAKER_AMP_GPIO 101 macro
220 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1); in n810_spk_event()
222 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0); in n810_spk_event()
373 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0)); in n810_soc_init()
376 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0); in n810_soc_init()
393 gpio_free(N810_SPEAKER_AMP_GPIO); in n810_soc_exit()