aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/overo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/overo.c')
-rw-r--r--sound/soc/omap/overo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c
index c3550aeee533..2ee889c50256 100644
--- a/sound/soc/omap/overo.c
+++ b/sound/soc/omap/overo.c
@@ -72,6 +72,7 @@ static struct snd_soc_dai_link overo_dai = {
72/* Audio machine driver */ 72/* Audio machine driver */
73static struct snd_soc_card snd_soc_card_overo = { 73static struct snd_soc_card snd_soc_card_overo = {
74 .name = "overo", 74 .name = "overo",
75 .owner = THIS_MODULE,
75 .dai_link = &overo_dai, 76 .dai_link = &overo_dai,
76 .num_links = 1, 77 .num_links = 1,
77}; 78};