Home
last modified time | relevance | path

Searched refs:mic_persent (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_conexant.c176 unsigned int mic_persent; in cx_fixup_headset_recog() local
186 mic_persent = snd_hda_codec_read(codec, 0x19, 0, AC_VERB_GET_PIN_SENSE, 0x0); in cx_fixup_headset_recog()
187 if (mic_persent & AC_PINSENSE_PRESENCE) in cx_fixup_headset_recog()
255 unsigned int phone_present, mic_persent, phone_tag, mic_tag; in cx_update_headset_mic_vref() local
275 mic_persent = snd_hda_codec_read(codec, 0x19, 0, in cx_update_headset_mic_vref()
279 (mic_persent & AC_PINSENSE_PRESENCE)) { in cx_update_headset_mic_vref()

Completed in 2 milliseconds