Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/amd/acp/acp3x-es83xx/
Dacp3x-es83xx.c39 struct acpi_gpio_params enable_spk_gpio, enable_hp_gpio; member
227 priv->enable_hp_gpio.crs_entry_index = 1; in acp3x_es83xx_configure_gpios()
230 priv->enable_hp_gpio.active_low = false; in acp3x_es83xx_configure_gpios()
238 priv->gpio_mapping[1].data = &priv->enable_hp_gpio; in acp3x_es83xx_configure_gpios()
245 priv->enable_hp_gpio.crs_entry_index, in acp3x_es83xx_configure_gpios()
246 priv->enable_hp_gpio.active_low ? "low" : "high"); in acp3x_es83xx_configure_gpios()
308 priv->enable_hp_gpio.active_low ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH); in acp3x_es83xx_init()