ASoC: omap: Add .owner to struct snd_soc_card
[deliverable/linux.git] / sound / soc / omap / zoom2.c
index 7cf35c82368ad6548ba1104afd5aca4afe5cb2b0..981616d61f6762ff459f1a7dd8c3fa9e2a621fd4 100644 (file)
@@ -33,6 +33,7 @@
 
 /* Register descriptions for twl4030 codec part */
 #include <linux/mfd/twl4030-audio.h>
+#include <linux/module.h>
 
 #include "omap-mcbsp.h"
 #include "omap-pcm.h"
@@ -156,6 +157,7 @@ static struct snd_soc_dai_link zoom2_dai[] = {
 /* Audio machine driver */
 static struct snd_soc_card snd_soc_zoom2 = {
        .name = "Zoom2",
+       .owner = THIS_MODULE,
        .dai_link = zoom2_dai,
        .num_links = ARRAY_SIZE(zoom2_dai),
 
This page took 0.046103 seconds and 5 git commands to generate.