Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dpatch_realtek.c5729 bool is_ctia = false; in alc_determine_headset_type() local
5779 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5792 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5793 if (!is_ctia) { in alc_determine_headset_type()
5798 is_ctia = false; in alc_determine_headset_type()
5800 is_ctia = true; in alc_determine_headset_type()
5811 is_ctia = (val & 0x00f0) == 0x00f0; in alc_determine_headset_type()
5818 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5834 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
5840 is_ctia = (val & 0x0070) == 0x0070; in alc_determine_headset_type()
[all …]