Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/pxa/
Dcorgi.c44 *gpiod_apm_on, *gpiod_mic_bias; variable
204 gpiod_set_value(gpiod_apm_on, SND_SOC_DAPM_EVENT_ON(event)); in corgi_amp_event()
304 gpiod_apm_on = devm_gpiod_get(&pdev->dev, "apm-on", GPIOD_OUT_LOW); in corgi_probe()
305 if (IS_ERR(gpiod_apm_on)) in corgi_probe()
306 return PTR_ERR(gpiod_apm_on); in corgi_probe()