Lines Matching full:headset
31 struct snd_soc_jack headset; member
67 SOC_DAPM_PIN_SWITCH("Headset Mic"),
74 SOC_DAPM_PIN_SWITCH("Headset Mic"),
81 SND_SOC_DAPM_MIC("Headset Mic", NULL),
97 { "MIC", NULL, "Headset Mic" },
100 { "Headset Mic", NULL, "Platform Clock" },
112 SND_SOC_DAPM_MIC("Headset Mic", NULL),
127 { "MIC", NULL, "Headset Mic" },
130 { "Headset Mic", NULL, "Platform Clock" },
138 static struct snd_soc_jack headset; variable
156 * Headset buttons map to the google Reference headset. in da7219_codec_init()
159 ret = snd_soc_card_jack_new(rtd->card, "Headset Jack", in da7219_codec_init()
163 &headset, NULL, 0); in da7219_codec_init()
165 dev_err(rtd->dev, "Headset Jack creation failed: %d\n", ret); in da7219_codec_init()
169 jack = &headset; in da7219_codec_init()