diff options
Diffstat (limited to 'sound/soc/atmel/snd-soc-afeb9260.c')
-rw-r--r-- | sound/soc/atmel/snd-soc-afeb9260.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/atmel/snd-soc-afeb9260.c b/sound/soc/atmel/snd-soc-afeb9260.c index d427e9217ce4..4ca667d477f9 100644 --- a/sound/soc/atmel/snd-soc-afeb9260.c +++ b/sound/soc/atmel/snd-soc-afeb9260.c | |||
@@ -135,6 +135,7 @@ static struct snd_soc_dai_link afeb9260_dai = { | |||
135 | /* Audio machine driver */ | 135 | /* Audio machine driver */ |
136 | static struct snd_soc_card snd_soc_machine_afeb9260 = { | 136 | static struct snd_soc_card snd_soc_machine_afeb9260 = { |
137 | .name = "AFEB9260", | 137 | .name = "AFEB9260", |
138 | .owner = THIS_MODULE, | ||
138 | .dai_link = &afeb9260_dai, | 139 | .dai_link = &afeb9260_dai, |
139 | .num_links = 1, | 140 | .num_links = 1, |
140 | }; | 141 | }; |