Searched refs:cond_flags (Results 1 – 2 of 2) sorted by relevance
169 unsigned int cond_flags) in snd_hda_parse_pin_defcfg() argument179 cond_flags = i; in snd_hda_parse_pin_defcfg()310 if (cond_flags & HDA_PINCFG_HEADSET_MIC || cond_flags & HDA_PINCFG_HEADPHONE_MIC) { in snd_hda_parse_pin_defcfg()311 bool hsmic = !!(cond_flags & HDA_PINCFG_HEADSET_MIC); in snd_hda_parse_pin_defcfg()312 bool hpmic = !!(cond_flags & HDA_PINCFG_HEADPHONE_MIC); in snd_hda_parse_pin_defcfg()346 !(cond_flags & HDA_PINCFG_NO_HP_FIXUP)) { in snd_hda_parse_pin_defcfg()378 !(cond_flags & HDA_PINCFG_NO_LO_FIXUP)) { in snd_hda_parse_pin_defcfg()
88 unsigned int cond_flags);