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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Dn810.c42 #define N810_SPEAKER_AMP_GPIO 101 macro
221 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1);
223 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0);
395 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0));
398 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0);
415 gpio_free(N810_SPEAKER_AMP_GPIO);

Completed in 230 milliseconds