diff options
Diffstat (limited to 'sound/soc/omap/n810.c')
-rw-r--r-- | sound/soc/omap/n810.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index fc6209b3f20c..597be412f1e4 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
@@ -289,6 +289,7 @@ static struct snd_soc_dai_link n810_dai = { | |||
289 | /* Audio machine driver */ | 289 | /* Audio machine driver */ |
290 | static struct snd_soc_card snd_soc_n810 = { | 290 | static struct snd_soc_card snd_soc_n810 = { |
291 | .name = "N810", | 291 | .name = "N810", |
292 | .owner = THIS_MODULE, | ||
292 | .dai_link = &n810_dai, | 293 | .dai_link = &n810_dai, |
293 | .num_links = 1, | 294 | .num_links = 1, |
294 | 295 | ||