From: Charles Keepax Date: Thu, 30 Apr 2015 14:43:37 +0000 (+0900) Subject: extcon: arizona: Apply HP clamps correctly for WM8280 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b51f9c2f1bd43907e1dc75912de6f06c6f59860;p=linux-beck.git extcon: arizona: Apply HP clamps correctly for WM8280 The headphone clamping is not set correctly currently, this was missed because the wm8280 patches and the patch fixing the clamping for wm5110 went upstream at very similar times. This patch sets the headphone clamping correctly for wm8280. Signed-off-by: Charles Keepax Signed-off-by: Chanwoo Choi --- diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 50975b3123d6..5e08c358649b 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c @@ -145,6 +145,7 @@ static void arizona_extcon_hp_clamp(struct arizona_extcon_info *info, switch (arizona->type) { case WM5110: + case WM8280: mask = ARIZONA_HP1L_SHRTO | ARIZONA_HP1L_FLWR | ARIZONA_HP1L_SHRTI; if (clamp)