Home
last modified time | relevance | path

Searched refs:ext_amp_gpio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbytcr_rt5651.c85 struct gpio_desc *ext_amp_gpio; member
228 gpiod_set_value_cansleep(priv->ext_amp_gpio, 1); in rt5651_ext_amp_power_event()
230 gpiod_set_value_cansleep(priv->ext_amp_gpio, 0); in rt5651_ext_amp_power_event()
1011 priv->ext_amp_gpio = devm_fwnode_gpiod_get(&pdev->dev, in snd_byt_rt5651_mc_probe()
1016 if (IS_ERR(priv->ext_amp_gpio)) { in snd_byt_rt5651_mc_probe()
1017 ret_val = PTR_ERR(priv->ext_amp_gpio); in snd_byt_rt5651_mc_probe()
1020 priv->ext_amp_gpio = NULL; in snd_byt_rt5651_mc_probe()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbytcr_rt5651.c85 struct gpio_desc *ext_amp_gpio; member
225 gpiod_set_value_cansleep(priv->ext_amp_gpio, 1); in rt5651_ext_amp_power_event()
227 gpiod_set_value_cansleep(priv->ext_amp_gpio, 0); in rt5651_ext_amp_power_event()
1013 priv->ext_amp_gpio = devm_fwnode_gpiod_get(dev, codec_dev->fwnode, in snd_byt_rt5651_mc_probe()
1017 if (IS_ERR(priv->ext_amp_gpio)) { in snd_byt_rt5651_mc_probe()
1018 ret_val = PTR_ERR(priv->ext_amp_gpio); in snd_byt_rt5651_mc_probe()
1021 priv->ext_amp_gpio = NULL; in snd_byt_rt5651_mc_probe()

Completed in 4 milliseconds