OLPC_GPIO_MIC_AC
if (gpio_request(OLPC_GPIO_MIC_AC, DRV_NAME)) {
gpio_direction_output(OLPC_GPIO_MIC_AC, 0);
gpio_free(OLPC_GPIO_MIC_AC);
gpio_set_value(OLPC_GPIO_MIC_AC, on);
v->value.integer.value[0] = gpio_get_value(OLPC_GPIO_MIC_AC);