is_ctia          5042 sound/pci/hda/patch_realtek.c 	bool is_ctia = false;
is_ctia          5087 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5104 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5121 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x00f0) == 0x00f0;
is_ctia          5128 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5144 sound/pci/hda/patch_realtek.c 			is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5150 sound/pci/hda/patch_realtek.c 			is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5164 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5170 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x001c) == 0x001c;
is_ctia          5176 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x0070) == 0x0070;
is_ctia          5182 sound/pci/hda/patch_realtek.c 		is_ctia = (val & 0x1c02) == 0x1c02;
is_ctia          5204 sound/pci/hda/patch_realtek.c 			is_ctia = (val & 0x00f0) == 0x00f0;
is_ctia          5210 sound/pci/hda/patch_realtek.c 			is_ctia = (val & 0x00f0) == 0x00f0;
is_ctia          5223 sound/pci/hda/patch_realtek.c 		is_ctia = true;
is_ctia          5228 sound/pci/hda/patch_realtek.c 		    is_ctia ? "yes" : "no");
is_ctia          5229 sound/pci/hda/patch_realtek.c 	spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP;