Skip to content

Commit

Permalink
ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Hugo Villeneuve authored and Mark Brown committed Mar 10, 2009
1 parent 14cbba8 commit 090cec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/davinci/davinci-sffsdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 090cec8

Please sign in to comment.