aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-13 16:28:36 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-13 20:47:58 +0100
commit12022a785328fdf61a3e1a4bc34db0098dabe839 (patch)
tree5c5fbd9f3edcaa12170223f0308cd7d2aff6e6de /sound
parentASoC: wm5110: Add missing input PGA routes (diff)
downloadlinux-dev-12022a785328fdf61a3e1a4bc34db0098dabe839.tar.xz
linux-dev-12022a785328fdf61a3e1a4bc34db0098dabe839.zip
ASoC: jack: Always notify full jack status
Don't just notify for the bits we've updated, notify the full state of the jack otherwise users might get confused by misleading reports. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-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 7f8b3b7428bb..0c172938b82a 100644
--- a/sound/soc/soc-jack.c
+++ b/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);