summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 10:39:17 +0100
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:43 +0200
commiteb160583bcba130f29ee70fd99d3ea808c4349ff (patch)
tree22f89d621402948b3eac21921cb2d0bd7b1b8b0e /sound
parent3cc349a25f7026df9bae19c29d30304fee968a73 (diff)
mfd: Updating sound/soc/codecs/cg29xx.c for community
Diffstat (limited to 'sound')
-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 bbd3adcfe5b..574c697ef42 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;
}