extcon: arizona: Stop microphone detection if we give up on it
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 Jun 2012 12:08:31 +0000 (13:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 16:32:14 +0000 (09:32 -0700)
There should be no point in continuing to try to detect a microphone any
more so stop doing so.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon-arizona.c

index 0626754..427a289 100644 (file)
@@ -196,6 +196,8 @@ static irqreturn_t arizona_micdet(int irq, void *data)
                if (info->jack_flips >= info->micd_num_modes) {
                        dev_dbg(arizona->dev, "Detected headphone\n");
                        info->detecting = false;
+                       arizona_stop_mic(info);
+
                        ret = extcon_set_cable_state_(&info->edev,
                                                      ARIZONA_CABLE_HEADPHONE,
                                                      true);