Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c505 int i, attr, attr2; in check_mic_location_need() local
516 attr2 = snd_hda_get_input_pin_attr(defc); in check_mic_location_need()
517 if (attr2 >= INPUT_PIN_ATTR_NORMAL) { in check_mic_location_need()
518 if (attr && attr != attr2) in check_mic_location_need()
520 attr = attr2; in check_mic_location_need()