diff options
Diffstat (limited to 'sound/soc/pxa/e750_wm9705.c')
-rw-r--r-- | sound/soc/pxa/e750_wm9705.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/e750_wm9705.c b/sound/soc/pxa/e750_wm9705.c index 27f90cc44234..47b89d71e287 100644 --- a/sound/soc/pxa/e750_wm9705.c +++ b/sound/soc/pxa/e750_wm9705.c | |||
@@ -116,6 +116,7 @@ static struct snd_soc_dai_link e750_dai[] = { | |||
116 | 116 | ||
117 | static struct snd_soc_card e750 = { | 117 | static struct snd_soc_card e750 = { |
118 | .name = "Toshiba e750", | 118 | .name = "Toshiba e750", |
119 | .owner = THIS_MODULE, | ||
119 | .dai_link = e750_dai, | 120 | .dai_link = e750_dai, |
120 | .num_links = ARRAY_SIZE(e750_dai), | 121 | .num_links = ARRAY_SIZE(e750_dai), |
121 | }; | 122 | }; |