Lines Matching full:headset
27 /* Headset jack detection DAPM pins */
34 .pin = "Headset Mic",
42 SND_SOC_DAPM_MIC("Headset Mic", NULL), \
63 {"IN34", NULL, "Headset Mic"}, \
64 {"Headset Mic", NULL, "MICBIAS"}, \
89 SOC_DAPM_PIN_SWITCH("Headset Mic"), \
347 /* Enable Headset and 4 Buttons Jack detection */ in rk_98090_headset_init()
348 ret = snd_soc_card_jack_new_pins(component->card, "Headset Jack", in rk_98090_headset_init()
366 np, "rockchip,headset-codec", 0); in rk_parse_headset_from_of()
369 "Property 'rockchip,headset-codec' missing/invalid\n"); in rk_parse_headset_from_of()
424 /* Parse headset detection codec. */ in snd_rk_mc_probe()