aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi-da7210.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-12-23 01:53:32 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-23 06:32:07 -0500
commit4a7042e59908231fc046aac88bd98454d886052d (patch)
tree34799035a4288be3c32d4b20328b68cb13ab3d67 /sound/soc/sh/fsi-da7210.c
parent23bd1ce48f0b2721f0f37087d8acd9fe57f895d7 (diff)
ASoC: sh: Add .owner to struct snd_soc_card
Add missing .owner of struct snd_soc_card. This prevents 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> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/fsi-da7210.c')
-rw-r--r--sound/soc/sh/fsi-da7210.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c
index f5586b5b0c3b..1dd3354c7411 100644
--- a/sound/soc/sh/fsi-da7210.c
+++ b/sound/soc/sh/fsi-da7210.c
@@ -44,6 +44,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
44 44
45static struct snd_soc_card fsi_soc_card = { 45static struct snd_soc_card fsi_soc_card = {
46 .name = "FSI-DA7210", 46 .name = "FSI-DA7210",
47 .owner = THIS_MODULE,
47 .dai_link = &fsi_da7210_dai, 48 .dai_link = &fsi_da7210_dai,
48 .num_links = 1, 49 .num_links = 1,
49}; 50};