Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_realtek.c4014 bool is_ctia = false; in alc_determine_headset_type() local
4045 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
4052 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
4059 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
4065 is_ctia = (val & 0x001c) == 0x001c; in alc_determine_headset_type()
4071 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
4077 is_ctia = (val & 0x1c02) == 0x1c02; in alc_determine_headset_type()
4082 is_ctia ? "yes" : "no"); in alc_determine_headset_type()
4083 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP; in alc_determine_headset_type()