Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262948
b: refs/heads/master
c: f99847a
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Aug 9, 2011
1 parent f659761 commit 55852e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29591ed4ac6fe00e3ff23b5be0cdc7016ef9c47e
refs/heads/master: f99847a6909b95f857ee502ec98c372dcfd90b12
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -2046,8 +2046,13 @@ static int wm8903_probe(struct snd_soc_codec *codec)
/* power down chip */
static int wm8903_remove(struct snd_soc_codec *codec)
{
struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);

wm8903_free_gpio(codec);
wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF);
if (wm8903->irq)
free_irq(wm8903->irq, codec);

return 0;
}

Expand Down

0 comments on commit 55852e1

Please sign in to comment.