diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-21 22:08:59 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2011-12-23 13:13:01 -0500 |
commit | b425b88418e302caf27e9cf44aa987b83c04cb2d (patch) | |
tree | 1566618f56953e501b0aa5067510a4ddde63cd45 /sound/soc/omap/omap3pandora.c | |
parent | c5cf4dbc7f804bb4ff02a065b927bd8688204253 (diff) |
ASoC: omap: Add .owner to struct snd_soc_card
Missed .owner of struct snd_soc_card will prevent the module from being
removed from underneath its users.
Reported-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/omap/omap3pandora.c')
-rw-r--r-- | sound/soc/omap/omap3pandora.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/omap3pandora.c b/sound/soc/omap/omap3pandora.c index 7605c37c91e7..07794bd10952 100644 --- a/sound/soc/omap/omap3pandora.c +++ b/sound/soc/omap/omap3pandora.c | |||
@@ -233,6 +233,7 @@ static struct snd_soc_dai_link omap3pandora_dai[] = { | |||
233 | /* SoC card */ | 233 | /* SoC card */ |
234 | static struct snd_soc_card snd_soc_card_omap3pandora = { | 234 | static struct snd_soc_card snd_soc_card_omap3pandora = { |
235 | .name = "omap3pandora", | 235 | .name = "omap3pandora", |
236 | .owner = THIS_MODULE, | ||
236 | .dai_link = omap3pandora_dai, | 237 | .dai_link = omap3pandora_dai, |
237 | .num_links = ARRAY_SIZE(omap3pandora_dai), | 238 | .num_links = ARRAY_SIZE(omap3pandora_dai), |
238 | }; | 239 | }; |