Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_realtek.c5795 bool is_ctia = false; in alc_determine_headset_type() local
5845 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5858 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5859 if (!is_ctia) { in alc_determine_headset_type()
5864 is_ctia = false; in alc_determine_headset_type()
5866 is_ctia = true; in alc_determine_headset_type()
5877 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5884 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5900 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5906 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
[all …]