aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/jive_wm8750.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/samsung/jive_wm8750.c')
-rw-r--r--sound/soc/samsung/jive_wm8750.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/jive_wm8750.c b/sound/soc/samsung/jive_wm8750.c
index 8e523fd9189e..1578663a1faa 100644
--- a/sound/soc/samsung/jive_wm8750.c
+++ b/sound/soc/samsung/jive_wm8750.c
@@ -127,6 +127,7 @@ static struct snd_soc_dai_link jive_dai = {
127/* jive audio machine driver */ 127/* jive audio machine driver */
128static struct snd_soc_card snd_soc_machine_jive = { 128static struct snd_soc_card snd_soc_machine_jive = {
129 .name = "Jive", 129 .name = "Jive",
130 .owner = THIS_MODULE,
130 .dai_link = &jive_dai, 131 .dai_link = &jive_dai,
131 .num_links = 1, 132 .num_links = 1,
132 133