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

/linux-4.1.27/sound/soc/blackfin/
H A Dbf5xx-ad73311.c63 #define GPIO_SE CONFIG_SND_BFIN_AD73311_SE macro
72 gpio_set_value(GPIO_SE, 1); snd_ad73311_startup()
133 if (gpio_request(GPIO_SE, "AD73311_SE")) { bf5xx_probe()
134 printk(KERN_ERR "%s: Failed ro request GPIO_%d\n", __func__, GPIO_SE); bf5xx_probe()
138 gpio_direction_output(GPIO_SE, 0); bf5xx_probe()

Completed in 68 milliseconds