Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/pxa/
De740_wm9705.c20 static struct gpio_desc *gpiod_output_amp, *gpiod_input_amp; variable
31 gpiod_set_value(gpiod_output_amp, (status & E740_AUDIO_OUT) ? 1 : 0); in e740_sync_audio_power()
130 gpiod_output_amp = devm_gpiod_get(&pdev->dev, "Output amp", GPIOD_OUT_LOW); in e740_probe()
131 ret = PTR_ERR_OR_ZERO(gpiod_output_amp); in e740_probe()