Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/samsung/
Dneo1973_wm8753.c166 static struct gpio_desc *gpiod_hp_in, *gpiod_amp_shut; variable
189 gpiod_set_value(gpiod_amp_shut, SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
337 gpiod_amp_shut = devm_gpiod_get(dev, "amp-shut", GPIOD_OUT_HIGH); in neo1973_probe()
338 if (IS_ERR(gpiod_amp_shut)) { in neo1973_probe()
340 return PTR_ERR(gpiod_amp_shut); in neo1973_probe()