aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/zoom2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/zoom2.c')
-rw-r--r--sound/soc/omap/zoom2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/zoom2.c b/sound/soc/omap/zoom2.c
index 7641a7fa8f9..981616d61f6 100644
--- a/sound/soc/omap/zoom2.c
+++ b/sound/soc/omap/zoom2.c
@@ -157,6 +157,7 @@ static struct snd_soc_dai_link zoom2_dai[] = {
157/* Audio machine driver */ 157/* Audio machine driver */
158static struct snd_soc_card snd_soc_zoom2 = { 158static struct snd_soc_card snd_soc_zoom2 = {
159 .name = "Zoom2", 159 .name = "Zoom2",
160 .owner = THIS_MODULE,
160 .dai_link = zoom2_dai, 161 .dai_link = zoom2_dai,
161 .num_links = ARRAY_SIZE(zoom2_dai), 162 .num_links = ARRAY_SIZE(zoom2_dai),
162 163