summaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-ad1836.c
diff options
context:
space:
mode:
authorAxel Lin2011-12-22 14:17:22 +0100
committerMark Brown2011-12-22 18:34:34 +0100
commit30e4953011fd7a22044a62b9cf77252493b1bd17 (patch)
treea0bdb7f5769ff00c80d068707590e1aea51e308b /sound/soc/blackfin/bf5xx-ad1836.c
parentASoC: atmel: Add .owner to struct snd_soc_card (diff)
downloadkernel-qcow2-linux-30e4953011fd7a22044a62b9cf77252493b1bd17.tar.gz
kernel-qcow2-linux-30e4953011fd7a22044a62b9cf77252493b1bd17.tar.xz
kernel-qcow2-linux-30e4953011fd7a22044a62b9cf77252493b1bd17.zip
ASoC: blackfin: 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> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/blackfin/bf5xx-ad1836.c')
-rw-r--r--sound/soc/blackfin/bf5xx-ad1836.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad1836.c b/sound/soc/blackfin/bf5xx-ad1836.c
index f79d1655e035..60962ce6cd4d 100644
--- a/sound/soc/blackfin/bf5xx-ad1836.c
+++ b/sound/soc/blackfin/bf5xx-ad1836.c
@@ -91,6 +91,7 @@ static struct snd_soc_dai_link bf5xx_ad1836_dai[] = {
static struct snd_soc_card bf5xx_ad1836 = {
.name = "bfin-ad1836",
+ .owner = THIS_MODULE,
.dai_link = &bf5xx_ad1836_dai[CONFIG_SND_BF5XX_SPORT_NUM],
.num_links = 1,
};