Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_realtek.c5582 bool is_ctia = false; in alc_determine_headset_type() local
5632 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5645 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5646 if (!is_ctia) { in alc_determine_headset_type()
5651 is_ctia = false; in alc_determine_headset_type()
5653 is_ctia = true; in alc_determine_headset_type()
5664 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5671 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5687 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5693 is_ctia in alc_determine_headset_type()
[all...]