summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cg29xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cg29xx.c')
-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;
}