Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/realtek/
H A Drealtek.c1852 bool is_ctia = false; in alc_determine_headset_type() local
1902 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
1915 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
1916 if (!is_ctia) { in alc_determine_headset_type()
1921 is_ctia = false; in alc_determine_headset_type()
1923 is_ctia = true; in alc_determine_headset_type()
1934 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
1941 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
1957 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
1963 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
[all …]