Lines Matching defs:mic
462 bool *mic)
476 /* Only check the mic directly if we didn't already ID it */
478 dev_dbg(arizona->dev, "Measuring mic\n");
512 * If we measure the mic as high impedance
515 dev_dbg(arizona->dev, "Detected mic\n");
516 *mic = true;
535 bool mic = false;
566 ret = arizona_hpdet_do_id(info, &reading, &mic);
592 /* If we have a mic then reenable MICDET */
593 if (state && (mic || info->mic))
656 if (info->mic)
666 bool mic;
697 arizona_hpdet_do_id(info, &hp_reading, &mic);
810 info->mic = false;
818 info->mic = true;
895 if (info->mic) {
910 dev_warn(arizona->dev, "Button with no mic: %x\n", val);
1075 info->mic = false;
1099 info->mic = false;