Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dconexant.c163 unsigned int mic_present; in cx_fixup_headset_recog() local
170 mic_present = snd_hda_codec_read(codec, 0x19, 0, AC_VERB_GET_PIN_SENSE, 0x0); in cx_fixup_headset_recog()
171 if (mic_present & AC_PINSENSE_PRESENCE) in cx_fixup_headset_recog()
237 unsigned int mic_present; in cx_update_headset_mic_vref() local
243 mic_present = snd_hda_codec_read(codec, 0x19, 0, AC_VERB_GET_PIN_SENSE, 0x0); in cx_update_headset_mic_vref()
244 if (!(mic_present & AC_PINSENSE_PRESENCE)) { /* mic plugout */ in cx_update_headset_mic_vref()