Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/pxa/
De740_wm9705.c21 static struct gpio_desc *gpiod_audio_power; variable
30 gpiod_set_value(gpiod_audio_power, !status); in e740_sync_audio_power()
134 gpiod_audio_power = devm_gpiod_get(&pdev->dev, "Audio power", GPIOD_OUT_HIGH); in e740_probe()
135 ret = PTR_ERR_OR_ZERO(gpiod_audio_power); in e740_probe()