aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/corgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/corgi.c')
-rw-r--r--sound/soc/pxa/corgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c
index b0e2fb720910..5e5004a84073 100644
--- a/sound/soc/pxa/corgi.c
+++ b/sound/soc/pxa/corgi.c
@@ -317,6 +317,7 @@ static struct snd_soc_dai_link corgi_dai = {
317/* corgi audio machine driver */ 317/* corgi audio machine driver */
318static struct snd_soc_card snd_soc_corgi = { 318static struct snd_soc_card snd_soc_corgi = {
319 .name = "Corgi", 319 .name = "Corgi",
320 .owner = THIS_MODULE,
320 .dai_link = &corgi_dai, 321 .dai_link = &corgi_dai,
321 .num_links = 1, 322 .num_links = 1,
322}; 323};