From 94cd9e08dd2648311cd331489087486a1a279ff6 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 13 Aug 2012 16:28:36 +0100 Subject: [PATCH] --- yaml --- r: 321940 b: refs/heads/master c: 12022a785328fdf61a3e1a4bc34db0098dabe839 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-jack.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 61c232194f2d..59711a2b74cc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17c3f7e8f3ef796a9db3b22f3797188d0e7ac88c +refs/heads/master: 12022a785328fdf61a3e1a4bc34db0098dabe839 diff --git a/trunk/sound/soc/soc-jack.c b/trunk/sound/soc/soc-jack.c index 7f8b3b7428bb..0c172938b82a 100644 --- a/trunk/sound/soc/soc-jack.c +++ b/trunk/sound/soc/soc-jack.c @@ -103,7 +103,7 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) } /* Report before the DAPM sync to help users updating micbias status */ - blocking_notifier_call_chain(&jack->notifier, status, jack); + blocking_notifier_call_chain(&jack->notifier, jack->status, jack); snd_soc_dapm_sync(dapm);