Lines Matching refs:is_ctia
5428 bool is_ctia = false; in alc_determine_headset_type() local
5478 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5497 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5514 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5521 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5537 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5543 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5557 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5563 is_ctia = (val & 0x001c) == 0x001c; in alc_determine_headset_type()
5569 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5575 is_ctia = (val & 0x1c02) == 0x1c02; in alc_determine_headset_type()
5597 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5603 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5616 is_ctia = true; in alc_determine_headset_type()
5621 is_ctia ? "yes" : "no"); in alc_determine_headset_type()
5622 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP; in alc_determine_headset_type()