summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 10:39:17 +0100
committerRobert Marklund <robert.marklund@stericsson.com>2011-05-13 10:40:17 +0200
commit04518647a43c2077a8ccf86bd64bbdcbb0b77d23 (patch)
tree8450bcb6de6df85b99a7a0b90220c79948a61b65 /sound
parent6efe705e3ef2f14c85e1775d97c131870b0297bb (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;
}