HDA_PINCFG_HEADPHONE_MIC
spec->parse_flags |= HDA_PINCFG_HEADPHONE_MIC;
spec->parse_flags |= HDA_PINCFG_HEADSET_MIC | HDA_PINCFG_HEADPHONE_MIC;
if (cond_flags & HDA_PINCFG_HEADSET_MIC || cond_flags & HDA_PINCFG_HEADPHONE_MIC) {
bool hpmic = !!(cond_flags & HDA_PINCFG_HEADPHONE_MIC);