aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/z2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/z2.c')
-rw-r--r--sound/soc/pxa/z2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/z2.c b/sound/soc/pxa/z2.c
index b311ffe04b71..d6807e0372bd 100644
--- a/sound/soc/pxa/z2.c
+++ b/sound/soc/pxa/z2.c
@@ -202,6 +202,7 @@ static struct snd_soc_dai_link z2_dai = {
202/* z2 audio machine driver */ 202/* z2 audio machine driver */
203static struct snd_soc_card snd_soc_z2 = { 203static struct snd_soc_card snd_soc_z2 = {
204 .name = "Z2", 204 .name = "Z2",
205 .owner = THIS_MODULE,
205 .dai_link = &z2_dai, 206 .dai_link = &z2_dai,
206 .num_links = 1, 207 .num_links = 1,
207}; 208};