Lines Matching full:headphone
101 .pin = "Headphone",
112 SND_SOC_DAPM_HP("Headphone", NULL),
116 SND_SOC_DAPM_SUPPLY("Headphone Power", SND_SOC_NOPM, 0, 0,
125 {"Headphone", NULL, "HPOL"},
126 {"Headphone", NULL, "HPOR"},
127 {"Headphone", NULL, "Headphone Power"},
131 * the HP outputs. The mux is controlled Speaker and/or headphone switch.
141 SOC_DAPM_PIN_SWITCH("Headphone"),
163 dev_dbg(priv->codec_dev, "headphone power event = %d\n", event); in acp3x_es83xx_headphone_power_event()
237 priv->gpio_mapping[1].name = "headphone-enable-gpios"; in acp3x_es83xx_configure_gpios()
242 dev_info(priv->codec_dev, "speaker gpio %d active %s, headphone gpio %d active %s\n", in acp3x_es83xx_configure_gpios()
307 priv->gpio_headphone = gpiod_get_optional(priv->codec_dev, "headphone-enable", in acp3x_es83xx_init()
310 dev_err(priv->codec_dev, "could not get headphone-enable GPIO\n"); in acp3x_es83xx_init()