aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/am3517evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/am3517evm.c')
-rw-r--r--sound/soc/omap/am3517evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/am3517evm.c b/sound/soc/omap/am3517evm.c
index c1cd4a0cbe9e..add4866d7e67 100644
--- a/sound/soc/omap/am3517evm.c
+++ b/sound/soc/omap/am3517evm.c
@@ -107,6 +107,7 @@ static struct snd_soc_dai_link am3517evm_dai = {
107/* Audio machine driver */ 107/* Audio machine driver */
108static struct snd_soc_card snd_soc_am3517evm = { 108static struct snd_soc_card snd_soc_am3517evm = {
109 .name = "am3517evm", 109 .name = "am3517evm",
110 .owner = THIS_MODULE,
110 .dai_link = &am3517evm_dai, 111 .dai_link = &am3517evm_dai,
111 .num_links = 1, 112 .num_links = 1,
112 113