summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 10:39:17 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:44 +0200
commiteaa129f74ad360dc0a74c57b2e4f2b19f5322cfc (patch)
treead8ac53f6ca2c7e449646b96da339ea14186f5f0
parentbff73f6f468423f1007b9dc094e53c1d0d14a5b3 (diff)
mfd: Updating sound/soc/codecs/cg29xx.c for community
-rw-r--r--sound/soc/codecs/cg29xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cg29xx.c b/sound/soc/codecs/cg29xx.c
index 936132e9271..f78f1c5494d 100644
--- a/sound/soc/codecs/cg29xx.c
+++ b/sound/soc/codecs/cg29xx.c
@@ -417,7 +417,7 @@ static int cg29xx_dai_startup(struct snd_pcm_substream *substream,
int err = 0;
if (!codec_private.session)
- err = cg2900_audio_open(&codec_private.session);
+ err = cg2900_audio_open(&codec_private.session, NULL);
return err;
}