diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 15:30:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 15:30:41 +0100 |
commit | d50a87402e29e16a63152be810d9723ce4d87e37 (patch) | |
tree | 968932ec54cffd983b46bfb43d571c4d0d355561 /sound/soc/codecs/max98088.c | |
parent | ASoC: Samsung: Rename from s3c24xx to samsung (diff) | |
parent | ASoC: wm8994 - fix memory leaks (diff) | |
download | linux-d50a87402e29e16a63152be810d9723ce4d87e37.tar.xz linux-d50a87402e29e16a63152be810d9723ce4d87e37.zip |
Merge branch 'for-2.6.37' into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/max98088.c')
-rw-r--r-- | sound/soc/codecs/max98088.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index c44b5f70b5e0..335a002aaf0e 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c @@ -2020,7 +2020,10 @@ err_access: static int max98088_remove(struct snd_soc_codec *codec) { + struct max98088_priv *max98088 = snd_soc_codec_get_drvdata(codec); + max98088_set_bias_level(codec, SND_SOC_BIAS_OFF); + kfree(max98088->eq_texts); return 0; } |