Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170179
b: refs/heads/master
c: 4f06617
h: refs/heads/master
i:
  170177: 99dd109
  170175: b0a3c5e
v: v3
  • Loading branch information
Julia Lawall authored and Mark Brown committed Oct 19, 2009
1 parent a6e9892 commit 1154bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d567b6b441bfcc20e8cbebc0dc376b2e280cd88
refs/heads/master: 4f066173fe8deb8874f41917e5d26ea2e0c46e3b
3 changes: 2 additions & 1 deletion trunk/sound/soc/soc-jack.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ EXPORT_SYMBOL_GPL(snd_soc_jack_new);
*/
void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
{
struct snd_soc_codec *codec = jack->card->codec;
struct snd_soc_codec *codec;
struct snd_soc_jack_pin *pin;
int enable;
int oldstatus;
Expand All @@ -67,6 +67,7 @@ void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask)
WARN_ON_ONCE(!jack);
return;
}
codec = jack->card->codec;

mutex_lock(&codec->mutex);

Expand Down

0 comments on commit 1154bd0

Please sign in to comment.