aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPar-Gunnar Hjalmdahl <par-gunnar.p.hjalmdahl@stericsson.com>2010-11-10 18:31:25 +0100
committerSrinidhi KASAGAR <srinidhi.kasagar@stericsson.com>2011-01-07 09:39:53 +0100
commitd007fd2b4563855c9038b02c3743ddc1e563d41c (patch)
tree0928d4e2821b0b13953d4d7067f9231b8d844dfc /sound
parent0a49340dfb478c3421a1325e6feed7f44a2f28db (diff)
mfd: Updating CG2900 driver for communityu8500-android-2.2.x_v1.13
This patch modifies the CG2900 driver in order to fulfil comments received from the Kernel community. It contains a completely new architecture and way of enabling CG2900 devices. It also moves GPIO settings to board file. ST-Ericsson Change-ID: AP277631 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10019 Change-Id: Icde8205850310fe9a6f0d0b77b9b48dd6748dc33 Signed-off-by: Par-Gunnar Hjalmdahl <par-gunnar.p.hjalmdahl@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9796
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;
}