Home
last modified time | relevance | path

Searched refs:gpiod_input_amp (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/sound/soc/pxa/
De740_wm9705.c20 static struct gpio_desc *gpiod_output_amp, *gpiod_input_amp; variable
32 gpiod_set_value(gpiod_input_amp, (status & E740_AUDIO_IN) ? 1 : 0); in e740_sync_audio_power()
126 gpiod_input_amp = devm_gpiod_get(&pdev->dev, "Mic amp", GPIOD_OUT_LOW); in e740_probe()
127 ret = PTR_ERR_OR_ZERO(gpiod_input_amp); in e740_probe()