aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci
diff options
context:
space:
mode:
authorHugo Villeneuve <hugo@hugovil.com>2009-03-09 23:32:08 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-10 15:42:48 +0000
commit090cec81ae9b4ff0c1d301b722f0e6c5fb72d8f9 (patch)
tree7dc9a361d9cb1edb77c9460f910f14998c94d896 /sound/soc/davinci
parentALSA: ASoC: Davinci: Replaced DAI format RIGHT_J by DSP_B for SFFSDR (diff)
downloadlinux-dev-090cec81ae9b4ff0c1d301b722f0e6c5fb72d8f9.tar.xz
linux-dev-090cec81ae9b4ff0c1d301b722f0e6c5fb72d8f9.zip
ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r--sound/soc/davinci/davinci-sffsdr.c3
1 files changed, 1 insertions, 2 deletions
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;