diff options
author | Hugo Villeneuve <hugo@hugovil.com> | 2009-03-09 23:32:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-10 11:42:48 -0400 |
commit | 090cec81ae9b4ff0c1d301b722f0e6c5fb72d8f9 (patch) | |
tree | 7dc9a361d9cb1edb77c9460f910f14998c94d896 /sound/soc | |
parent | 14cbba89ae967d2e9106a80b270b078d7699109a (diff) |
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')
-rw-r--r-- | sound/soc/davinci/davinci-sffsdr.c | 3 |
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 @@ | |||
45 | SND_SOC_DAIFMT_IB_NF) | 45 | SND_SOC_DAIFMT_IB_NF) |
46 | 46 | ||
47 | static int sffsdr_hw_params(struct snd_pcm_substream *substream, | 47 | static int sffsdr_hw_params(struct snd_pcm_substream *substream, |
48 | struct snd_pcm_hw_params *params, | 48 | struct snd_pcm_hw_params *params) |
49 | struct snd_soc_dai *dai) | ||
50 | { | 49 | { |
51 | struct snd_soc_pcm_runtime *rtd = substream->private_data; | 50 | struct snd_soc_pcm_runtime *rtd = substream->private_data; |
52 | struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai; | 51 | struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai; |