aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-jack.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/soc-jack.c')
-rw-r--r--sound/soc/soc-jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
index 2ca3c734a288..fa0fd8ddae90 100644
--- a/sound/soc/soc-jack.c
+++ b/sound/soc/soc-jack.c
@@ -98,7 +98,7 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
98 } 98 }
99 99
100 /* Report before the DAPM sync to help users updating micbias status */ 100 /* Report before the DAPM sync to help users updating micbias status */
101 blocking_notifier_call_chain(&jack->notifier, status, jack); 101 blocking_notifier_call_chain(&jack->notifier, jack->status, jack);
102 102
103 snd_soc_dapm_sync(dapm); 103 snd_soc_dapm_sync(dapm);
104 104