/openbmc/linux/sound/soc/rockchip/ |
H A D | rockchip_rt5645.c | 24 static struct snd_soc_jack headset_jack; variable 120 &headset_jack, in rk_init() 129 &headset_jack, in rk_init() 130 &headset_jack, in rk_init() 131 &headset_jack); in rk_init()
|
H A D | rockchip_max98090.c | 25 static struct snd_soc_jack headset_jack; variable 138 snd_soc_jack_notifier_register(&headset_jack, &rk_jack_nb); in rk_init() 352 &headset_jack, in rk_98090_headset_init() 358 ret = ts3a227e_enable_jack_detect(component, &headset_jack); in rk_98090_headset_init()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | imx-es8328.c | 39 static struct snd_soc_jack headset_jack; variable 61 &headset_jack, in imx_es8328_dai_init() 68 ret = snd_soc_jack_add_gpios(&headset_jack, in imx_es8328_dai_init()
|
/openbmc/linux/sound/soc/mediatek/mt8183/ |
H 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()
|
H 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()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | midas_wm1811.c | 38 struct snd_soc_jack headset_jack; member 324 &priv->headset_jack, in midas_late_probe() 330 wm8958_mic_detect(aif1_dai->component, &priv->headset_jack, in midas_late_probe()
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-mt6366-da7219-max98357.c | 36 struct snd_soc_jack headset_jack, hdmi_jack; member 78 struct snd_soc_jack *jack = &priv->headset_jack; in mt8186_da7219_init() 106 snd_soc_component_set_jack(cmpnt_codec, &priv->headset_jack, NULL); in mt8186_da7219_init()
|
H A D | mt8186-mt6366-rt1019-rt5682s.c | 42 struct snd_soc_jack headset_jack, hdmi_jack; member 170 struct snd_soc_jack *jack = &priv->headset_jack; in mt8186_rt5682s_init()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_cs42l42.c | 83 struct snd_soc_jack headset_jack; member 111 struct snd_soc_jack *jack = &ctx->headset_jack; in sof_cs42l42_init()
|
/openbmc/linux/sound/soc/mediatek/mt8188/ |
H A D | mt8188-mt6359.c | 180 struct snd_soc_jack headset_jack; member 651 struct snd_soc_jack *jack = &priv->headset_jack; in mt8188_nau8825_codec_init()
|
/openbmc/linux/sound/soc/mediatek/mt8192/ |
H A D | mt8192-mt6359-rt1015-rt5682.c | 42 struct snd_soc_jack headset_jack; member 332 struct snd_soc_jack *jack = &priv->headset_jack; in mt8192_rt5682_init()
|
/openbmc/linux/sound/soc/mediatek/mt8195/ |
H A D | mt8195-mt6359.c | 60 struct snd_soc_jack headset_jack; member 569 struct snd_soc_jack *jack = &priv->headset_jack; in mt8195_rt5682_init()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_sigmatel.c | 175 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ member 2181 spec->headset_jack = 1; in stac92hd83xxx_fixup_headset_jack() 4278 if (spec->headset_jack) in stac_parse_auto_config()
|