Lines Matching full:headphone
44 SND_SOC_DAPM_HP("Headphone", bdw_rt5677_event_hp),
57 {"Headphone", NULL, "LOUT1"},
58 {"Headphone", NULL, "LOUT2"},
83 SOC_DAPM_PIN_SWITCH("Headphone"),
94 .pin = "Headphone",
132 { "headphone-enable-gpios", &headphone_enable_gpio, 1 },
250 /* Request rt5677 GPIO for headphone amp control */ in bdw_rt5677_init()
251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
258 /* Create and initialize headphone jack */ in bdw_rt5677_init()
259 if (!snd_soc_card_jack_new_pins(rtd->card, "Headphone Jack", in bdw_rt5677_init()
265 dev_err(component->dev, "Can't add headphone jack gpio\n"); in bdw_rt5677_init()
267 dev_err(component->dev, "Can't create headphone jack\n"); in bdw_rt5677_init()