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

/linux-4.4.14/sound/pci/hda/
H A Dpatch_realtek.c4089 bool is_ctia = false; alc_determine_headset_type() local
4125 is_ctia = (val & 0x0070) == 0x0070; alc_determine_headset_type()
4132 is_ctia = (val & 0x0070) == 0x0070; alc_determine_headset_type()
4142 is_ctia = (val & 0x0070) == 0x0070; alc_determine_headset_type()
4148 is_ctia = (val & 0x001c) == 0x001c; alc_determine_headset_type()
4154 is_ctia = (val & 0x0070) == 0x0070; alc_determine_headset_type()
4160 is_ctia = (val & 0x1c02) == 0x1c02; alc_determine_headset_type()
4167 is_ctia = (val & 0x00f0) == 0x00f0; alc_determine_headset_type()
4172 is_ctia ? "yes" : "no"); alc_determine_headset_type()
4173 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP; alc_determine_headset_type()

Completed in 67 milliseconds