diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-22 07:08:59 +0400 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2011-12-23 22:13:01 +0400 |
commit | b425b88418e302caf27e9cf44aa987b83c04cb2d (patch) | |
tree | 1566618f56953e501b0aa5067510a4ddde63cd45 /sound/soc/omap/n810.c | |
parent | c5cf4dbc7f804bb4ff02a065b927bd8688204253 (diff) | |
download | linux-b425b88418e302caf27e9cf44aa987b83c04cb2d.tar.xz |
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/n810.c')
-rw-r--r-- | sound/soc/omap/n810.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index fc6209b3f20c..597be412f1e4 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c @@ -289,6 +289,7 @@ static struct snd_soc_dai_link n810_dai = { /* Audio machine driver */ static struct snd_soc_card snd_soc_n810 = { .name = "N810", + .owner = THIS_MODULE, .dai_link = &n810_dai, .num_links = 1, |