Home
last modified time | relevance | path

Searched refs:shrt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
D88pm860x-codec.c1222 int status, shrt, report = 0, mic_report = 0; in pm860x_codec_handler() local
1226 shrt = pm860x_reg_read(pm860x->i2c, REG_SHORTS); in pm860x_codec_handler()
1244 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_codec_handler()
1250 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_codec_handler()
Dwm8903.c1598 int det, int shrt) in wm8903_mic_detect() argument
1604 det, shrt); in wm8903_mic_detect()
1609 wm8903->mic_short = shrt; in wm8903_mic_detect()
1614 if (shrt) in wm8903_mic_detect()
1621 if (det || shrt) { in wm8903_mic_detect()
Dwm8903.h20 int det, int shrt);