aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-jack.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-09-14 19:11:13 +0200
committerTakashi Iwai <tiwai@suse.de>2011-09-14 19:11:13 +0200
commit4038a12e7443b5fed3e526c475c38c115d9600f6 (patch)
treeb39b8fc13c0761459c6bafa1642c6869c4e5747d /sound/soc/soc-jack.c
parentALSA: HDA: Cirrus - fix "Surround Speaker" volume control name (diff)
parentASoC: Fix trivial build regression in Kirkwood I2S (diff)
downloadlinux-dev-4038a12e7443b5fed3e526c475c38c115d9600f6.tar.xz
linux-dev-4038a12e7443b5fed3e526c475c38c115d9600f6.zip
Merge branch 'fix/asoc' into for-linus
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 38b00131b2fe..fa31d9c2abd8 100644
--- a/sound/soc/soc-jack.c
+++ b/sound/soc/soc-jack.c
@@ -105,7 +105,7 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
snd_soc_dapm_sync(dapm);
- snd_jack_report(jack->jack, status);
+ snd_jack_report(jack->jack, jack->status);
out:
mutex_unlock(&codec->mutex);