diff options
Diffstat (limited to 'sound/soc/samsung/smartq_wm8987.c')
-rw-r--r-- | sound/soc/samsung/smartq_wm8987.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/smartq_wm8987.c b/sound/soc/samsung/smartq_wm8987.c index a22fc440280..f2dcb424ea2 100644 --- a/sound/soc/samsung/smartq_wm8987.c +++ b/sound/soc/samsung/smartq_wm8987.c | |||
@@ -198,6 +198,7 @@ static struct snd_soc_dai_link smartq_dai[] = { | |||
198 | 198 | ||
199 | static struct snd_soc_card snd_soc_smartq = { | 199 | static struct snd_soc_card snd_soc_smartq = { |
200 | .name = "SmartQ", | 200 | .name = "SmartQ", |
201 | .owner = THIS_MODULE, | ||
201 | .dai_link = smartq_dai, | 202 | .dai_link = smartq_dai, |
202 | .num_links = ARRAY_SIZE(smartq_dai), | 203 | .num_links = ARRAY_SIZE(smartq_dai), |
203 | 204 | ||