Searched refs:headset_jack (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/soc/rockchip/ |
| A D | rockchip_rt5645.c | 22 static struct snd_soc_jack headset_jack; variable 118 &headset_jack, in rk_init() 127 &headset_jack, in rk_init() 128 &headset_jack, in rk_init() 129 &headset_jack); in rk_init()
|
| A D | rockchip_max98090.c | 23 static struct snd_soc_jack headset_jack; variable 136 snd_soc_jack_notifier_register(&headset_jack, &rk_jack_nb); in rk_init() 350 &headset_jack, in rk_98090_headset_init() 356 ret = ts3a227e_enable_jack_detect(component, &headset_jack); in rk_98090_headset_init()
|
| /linux/sound/soc/samsung/ |
| A D | midas_wm1811.c | 38 struct snd_soc_jack headset_jack; member 105 jack_type = snd_soc_jack_get_type(&priv->headset_jack, adc); in headset_jack_check() 127 if (!(priv->headset_jack.status & SND_JACK_MICROPHONE)) in headset_key_check() 416 &priv->headset_jack, in midas_late_probe() 422 wm8958_mic_detect(aif1_dai->component, &priv->headset_jack, in midas_late_probe() 429 &priv->headset_jack, in midas_late_probe() 438 ret = snd_soc_jack_add_zones(&priv->headset_jack, in midas_late_probe() 453 snd_jack_set_key(priv->headset_jack.jack, in midas_late_probe() 455 snd_jack_set_key(priv->headset_jack.jack, in midas_late_probe() 457 snd_jack_set_key(priv->headset_jack.jack, in midas_late_probe() [all …]
|
| /linux/sound/soc/fsl/ |
| A D | imx-es8328.c | 37 static struct snd_soc_jack headset_jack; variable 59 &headset_jack, in imx_es8328_dai_init() 66 ret = snd_soc_jack_add_gpios(&headset_jack, in imx_es8328_dai_init()
|
| /linux/sound/soc/mediatek/mt8183/ |
| A D | mt8183-da7219-max98357.c | 29 struct snd_soc_jack headset_jack, hdmi_jack; member 596 &priv->headset_jack, in mt8183_da7219_max98357_headset_init() 603 priv->headset_jack.jack, SND_JACK_BTN_0, KEY_PLAYPAUSE); in mt8183_da7219_max98357_headset_init() 605 priv->headset_jack.jack, SND_JACK_BTN_1, KEY_VOLUMEUP); in mt8183_da7219_max98357_headset_init() 607 priv->headset_jack.jack, SND_JACK_BTN_2, KEY_VOLUMEDOWN); in mt8183_da7219_max98357_headset_init() 609 priv->headset_jack.jack, SND_JACK_BTN_3, KEY_VOICECOMMAND); in mt8183_da7219_max98357_headset_init() 611 snd_soc_component_set_jack(component, &priv->headset_jack, NULL); in mt8183_da7219_max98357_headset_init()
|
| A D | mt8183-mt6358-ts3a227-max98357.c | 40 struct snd_soc_jack headset_jack, hdmi_jack; member 688 &priv->headset_jack, in mt8183_mt6358_ts3a227_max98357_headset_init() 694 ret = ts3a227e_enable_jack_detect(component, &priv->headset_jack); in mt8183_mt6358_ts3a227_max98357_headset_init()
|
| /linux/sound/soc/intel/boards/ |
| A D | sof_board_helpers.h | 134 struct snd_soc_jack headset_jack; member
|
| A D | sof_cs42l42.c | 44 struct snd_soc_jack *jack = &ctx->headset_jack; in sof_cs42l42_init()
|
| A D | sof_nau8825.c | 45 struct snd_soc_jack *jack = &ctx->headset_jack; in sof_nau8825_codec_init()
|
| A D | sof_da7219.c | 112 struct snd_soc_jack *jack = &ctx->headset_jack; in da7219_codec_init()
|
| A D | sof_rt5682.c | 145 struct snd_soc_jack *jack = &ctx->headset_jack; in sof_rt5682_codec_init()
|
| /linux/sound/pci/hda/ |
| A D | patch_sigmatel.c | 175 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ member 2179 spec->headset_jack = 1; in stac92hd83xxx_fixup_headset_jack() 4276 if (spec->headset_jack) in stac_parse_auto_config()
|
Completed in 21 milliseconds