Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_auto_parser.c175 unsigned int cond_flags) in snd_hda_parse_pin_defcfg() argument
185 cond_flags = i; in snd_hda_parse_pin_defcfg()
316 if (cond_flags & HDA_PINCFG_HEADSET_MIC || cond_flags & HDA_PINCFG_HEADPHONE_MIC) { in snd_hda_parse_pin_defcfg()
317 bool hsmic = !!(cond_flags & HDA_PINCFG_HEADSET_MIC); in snd_hda_parse_pin_defcfg()
318 bool hpmic = !!(cond_flags & HDA_PINCFG_HEADPHONE_MIC); in snd_hda_parse_pin_defcfg()
352 !(cond_flags & HDA_PINCFG_NO_HP_FIXUP)) { in snd_hda_parse_pin_defcfg()
384 !(cond_flags & HDA_PINCFG_NO_LO_FIXUP)) { in snd_hda_parse_pin_defcfg()
Dhda_auto_parser.h88 unsigned int cond_flags);