From: Jarkko Nikula Date: Fri, 12 Sep 2008 20:52:19 +0000 (-0700) Subject: ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct (rev 2) X-Git-Tag: v2.6.27-omap1~179 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2fe67a566598a2ca7f3a8f75da4188b28b7ef665;p=linux-2.6-omap-h63xx.git ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct (rev 2) Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0. Signed-off-by: Jarkko Nikula Acked-by: Steve Sakoman Signed-off-by: Tony Lindgren --- diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c index 542ff6b4f2a..1a086ced8f1 100644 --- a/sound/soc/omap/overo.c +++ b/sound/soc/omap/overo.c @@ -39,8 +39,8 @@ static int overo_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) { struct snd_soc_pcm_runtime *rtd = substream->private_data; - struct snd_soc_codec_dai *codec_dai = rtd->dai->codec_dai; - struct snd_soc_cpu_dai *cpu_dai = rtd->dai->cpu_dai; + struct snd_soc_dai *codec_dai = rtd->dai->codec_dai; + struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai; int ret; /* Set codec DAI configuration */