Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
D88pm860x-codec.c1229 int status, shrt, report = 0, mic_report = 0; in pm860x_codec_handler() local
1233 shrt = pm860x_reg_read(pm860x->i2c, REG_SHORTS); in pm860x_codec_handler()
1251 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_codec_handler()
1257 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_codec_handler()
Dwm8903.c1600 int det, int shrt) in wm8903_mic_detect() argument
1606 det, shrt); in wm8903_mic_detect()
1611 wm8903->mic_short = shrt; in wm8903_mic_detect()
1616 if (shrt) in wm8903_mic_detect()
1623 if (det || shrt) { in wm8903_mic_detect()
Dwm8903.h20 int det, int shrt);