aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap2evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/omap2evm.c')
-rw-r--r--sound/soc/omap/omap2evm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/omap/omap2evm.c b/sound/soc/omap/omap2evm.c
index 5bea31157a94..7b160f9d83f9 100644
--- a/sound/soc/omap/omap2evm.c
+++ b/sound/soc/omap/omap2evm.c
@@ -38,7 +38,8 @@
38#include "../codecs/twl4030.h" 38#include "../codecs/twl4030.h"
39 39
40static int omap2evm_hw_params(struct snd_pcm_substream *substream, 40static int omap2evm_hw_params(struct snd_pcm_substream *substream,
41 struct snd_pcm_hw_params *params) 41 struct snd_pcm_hw_params *params,
42 struct snd_soc_dai *dai)
42{ 43{
43 struct snd_soc_pcm_runtime *rtd = substream->private_data; 44 struct snd_soc_pcm_runtime *rtd = substream->private_data;
44 struct snd_soc_dai *codec_dai = rtd->dai->codec_dai; 45 struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;