From: Hugo Villeneuve Date: Tue, 10 Mar 2009 03:32:08 +0000 (-0400) Subject: ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=090cec81ae9b4ff0c1d301b722f0e6c5fb72d8f9;p=linux-beck.git ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format Signed-off-by: Hugo Villeneuve Signed-off-by: Mark Brown --- diff --git a/sound/soc/davinci/davinci-sffsdr.c b/sound/soc/davinci/davinci-sffsdr.c index a1ae3736a5d7..40eccfe9e358 100644 --- a/sound/soc/davinci/davinci-sffsdr.c +++ b/sound/soc/davinci/davinci-sffsdr.c @@ -45,8 +45,7 @@ SND_SOC_DAIFMT_IB_NF) static int sffsdr_hw_params(struct snd_pcm_substream *substream, - struct snd_pcm_hw_params *params, - struct snd_soc_dai *dai) + struct snd_pcm_hw_params *params) { struct snd_soc_pcm_runtime *rtd = substream->private_data; struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;