diff --git a/[refs] b/[refs] index a2b4a5d324e3..2b28f7f4b793 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 117ef9570bf3a332eca443231f41dd3a52fcfb2c +refs/heads/master: 747da0f80e566500421bd7760b2e050fea3fde5e diff --git a/trunk/sound/soc/soc-jack.c b/trunk/sound/soc/soc-jack.c index 38b00131b2fe..fa31d9c2abd8 100644 --- a/trunk/sound/soc/soc-jack.c +++ b/trunk/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);