Lines Matching full:headset
25 /* Headset jack detection DAPM pins */
32 .pin = "Headset Mic",
40 SND_SOC_DAPM_MIC("Headset Mic", NULL), \
61 {"IN34", NULL, "Headset Mic"}, \
62 {"Headset Mic", NULL, "MICBIAS"}, \
87 SOC_DAPM_PIN_SWITCH("Headset Mic"), \
345 /* Enable Headset and 4 Buttons Jack detection */ in rk_98090_headset_init()
346 ret = snd_soc_card_jack_new_pins(component->card, "Headset Jack", in rk_98090_headset_init()
364 np, "rockchip,headset-codec", 0); in rk_parse_headset_from_of()
367 "Property 'rockchip,headset-codec' missing/invalid\n"); in rk_parse_headset_from_of()
422 /* Parse headset detection codec. */ in snd_rk_mc_probe()