Searched refs:is_ctia (Results 1 – 1 of 1) sorted by relevance
4089 bool is_ctia = false; in alc_determine_headset_type() local4125 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()4132 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()4142 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()4148 is_ctia = (val & 0x001c) == 0x001c; in alc_determine_headset_type()4154 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()4160 is_ctia = (val & 0x1c02) == 0x1c02; in alc_determine_headset_type()4167 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()4172 is_ctia ? "yes" : "no"); in alc_determine_headset_type()4173 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP; in alc_determine_headset_type()