diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-22 21:23:01 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-22 17:34:35 +0000 |
commit | b16eaf9fd324a70ecca48faa7ef3f349baf7f0cd (patch) | |
tree | e2d2e5c126e25ded9e00fa0e52c81723383f6cbd /sound/soc/tegra/tegra_wm8903.c | |
parent | a76a70232914902e47d289b6d3853ac850097573 (diff) | |
download | blackbird-obmc-linux-b16eaf9fd324a70ecca48faa7ef3f349baf7f0cd.tar.gz blackbird-obmc-linux-b16eaf9fd324a70ecca48faa7ef3f349baf7f0cd.zip |
ASoC: tegra: 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/tegra/tegra_wm8903.c')
-rw-r--r-- | sound/soc/tegra/tegra_wm8903.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c index 4677f2666300..566655e23b7d 100644 --- a/sound/soc/tegra/tegra_wm8903.c +++ b/sound/soc/tegra/tegra_wm8903.c @@ -363,6 +363,7 @@ static struct snd_soc_dai_link tegra_wm8903_dai = { static struct snd_soc_card snd_soc_tegra_wm8903 = { .name = "tegra-wm8903", + .owner = THIS_MODULE, .dai_link = &tegra_wm8903_dai, .num_links = 1, |