Symbol: SND_JACK_MECHANICAL
sound/soc/codecs/arizona-jack.c
1079
snd_soc_jack_report(info->jack, SND_JACK_MECHANICAL, SND_JACK_MECHANICAL);
sound/soc/codecs/arizona-jack.c
552
state = info->jack->status & SND_JACK_MECHANICAL;
sound/soc/codecs/arizona-jack.c
940
if (!(info->jack->status & SND_JACK_MECHANICAL)) {
sound/soc/codecs/arizona.h
261
#define ARIZONA_JACK_MASK (SND_JACK_HEADSET | SND_JACK_LINEOUT | SND_JACK_MECHANICAL)
sound/soc/codecs/cs42l43-jack.c
312
#define CS42L43_JACK_OPTICAL (SND_JACK_MECHANICAL | SND_JACK_AVOUT)
sound/soc/codecs/cs42l43-jack.c
313
#define CS42L43_JACK_HEADPHONE (SND_JACK_MECHANICAL | SND_JACK_HEADPHONE)
sound/soc/codecs/cs42l43-jack.c
314
#define CS42L43_JACK_HEADSET (SND_JACK_MECHANICAL | SND_JACK_HEADSET)
sound/soc/codecs/cs42l43-jack.c
315
#define CS42L43_JACK_LINEOUT (SND_JACK_MECHANICAL | SND_JACK_LINEOUT)
sound/soc/codecs/cs42l43-jack.c
316
#define CS42L43_JACK_LINEIN (SND_JACK_MECHANICAL | SND_JACK_LINEIN)
sound/soc/codecs/cs42l43-jack.c
317
#define CS42L43_JACK_EXTENSION (SND_JACK_MECHANICAL)
sound/soc/codecs/cs43130.c
2336
snd_soc_jack_report(&cs43130->jack, SND_JACK_MECHANICAL,
sound/soc/codecs/cs43130.h
325
#define CS43130_JACK_LINEOUT (SND_JACK_MECHANICAL | SND_JACK_LINEOUT)
sound/soc/codecs/cs43130.h
326
#define CS43130_JACK_HEADPHONE (SND_JACK_MECHANICAL | \
sound/soc/codecs/cs43130.h
328
#define CS43130_JACK_MASK (SND_JACK_MECHANICAL | \
sound/soc/codecs/da7219-aad.c
398
report |= SND_JACK_MECHANICAL;
sound/soc/codecs/da7219-aad.c
399
mask |= SND_JACK_MECHANICAL;
sound/soc/codecs/da7219-aad.h
168
#define DA7219_AAD_REPORT_ALL_MASK (SND_JACK_MECHANICAL | \
sound/soc/codecs/wcd-mbhc-v2.c
30
SND_JACK_MECHANICAL)
sound/soc/codecs/wcd-mbhc-v2.c
401
snd_soc_jack_report(mbhc->jack, (mbhc->hph_status | SND_JACK_MECHANICAL),
sound/soc/codecs/wm8994.c
3887
SND_JACK_MECHANICAL, SND_JACK_MECHANICAL);
sound/soc/codecs/wm8994.c
3890
SND_JACK_MECHANICAL | SND_JACK_HEADSET |
sound/soc/codecs/wm8994.c
4103
SND_JACK_MECHANICAL | SND_JACK_HEADSET |
sound/soc/qcom/common.c
209
SND_JACK_MECHANICAL |
sound/soc/qcom/sc7280.c
72
SND_JACK_MECHANICAL |
sound/soc/samsung/littlemill.c
295
SND_JACK_HEADSET | SND_JACK_MECHANICAL |
sound/soc/samsung/midas_wm1811.c
412
SND_JACK_HEADSET | SND_JACK_MECHANICAL |
sound/soc/sdw_utils/soc_sdw_cs42l43.c
77
SND_JACK_MECHANICAL | SND_JACK_AVOUT |
sound/soc/sdw_utils/soc_sdw_cs42l45.c
51
ret = snd_soc_card_jack_new_pins(card, "Jack", SND_JACK_MECHANICAL |