Searched refs:dmic_sel (Results 1 – 1 of 1) sorted by relevance
33 static struct gpio_desc *dmic_sel; variable243 if (dmic_sel) { in dmic_set()245 gpiod_set_value(dmic_sel, dmic_switch); in dmic_set()466 dmic_sel = devm_gpiod_get(&pdev->dev, "dmic", GPIOD_OUT_LOW); in acp3x_probe()467 if (IS_ERR(dmic_sel)) { in acp3x_probe()469 PTR_ERR(dmic_sel)); in acp3x_probe()470 return PTR_ERR(dmic_sel); in acp3x_probe()