N810_SPEAKER_AMP_GPIO  192 sound/soc/omap/n810.c 		gpio_set_value(N810_SPEAKER_AMP_GPIO, 1);
N810_SPEAKER_AMP_GPIO  194 sound/soc/omap/n810.c 		gpio_set_value(N810_SPEAKER_AMP_GPIO, 0);
N810_SPEAKER_AMP_GPIO  357 sound/soc/omap/n810.c 	if (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0)
N810_SPEAKER_AMP_GPIO  360 sound/soc/omap/n810.c 	gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0);
N810_SPEAKER_AMP_GPIO  377 sound/soc/omap/n810.c 	gpio_free(N810_SPEAKER_AMP_GPIO);