diff options
Diffstat (limited to 'sound/soc/davinci/davinci-sffsdr.c')
-rw-r--r-- | sound/soc/davinci/davinci-sffsdr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-sffsdr.c b/sound/soc/davinci/davinci-sffsdr.c index fa38f9cd3506..e95fde1766b5 100644 --- a/sound/soc/davinci/davinci-sffsdr.c +++ b/sound/soc/davinci/davinci-sffsdr.c | |||
@@ -34,7 +34,8 @@ | |||
34 | #include "davinci-i2s.h" | 34 | #include "davinci-i2s.h" |
35 | 35 | ||
36 | static int sffsdr_hw_params(struct snd_pcm_substream *substream, | 36 | static int sffsdr_hw_params(struct snd_pcm_substream *substream, |
37 | struct snd_pcm_hw_params *params) | 37 | struct snd_pcm_hw_params *params, |
38 | struct snd_soc_dai *dai) | ||
38 | { | 39 | { |
39 | struct snd_soc_pcm_runtime *rtd = substream->private_data; | 40 | struct snd_soc_pcm_runtime *rtd = substream->private_data; |
40 | struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai; | 41 | struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai; |