aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx/snappercl15.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/ep93xx/snappercl15.c')
-rw-r--r--sound/soc/ep93xx/snappercl15.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ep93xx/snappercl15.c b/sound/soc/ep93xx/snappercl15.c
index e97cd5701f51..ccae34a3f280 100644
--- a/sound/soc/ep93xx/snappercl15.c
+++ b/sound/soc/ep93xx/snappercl15.c
@@ -93,6 +93,7 @@ static struct snd_soc_dai_link snappercl15_dai = {
93 93
94static struct snd_soc_card snd_soc_snappercl15 = { 94static struct snd_soc_card snd_soc_snappercl15 = {
95 .name = "Snapper CL15", 95 .name = "Snapper CL15",
96 .owner = THIS_MODULE,
96 .dai_link = &snappercl15_dai, 97 .dai_link = &snappercl15_dai,
97 .num_links = 1, 98 .num_links = 1,
98}; 99};