diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-21 21:53:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-22 06:04:18 -0500 |
commit | 095d79dc491dab1311978e0efb252bc23da88b32 (patch) | |
tree | c58cd4f7abab858d58ebdd4c225747d7e5795e4e /sound/soc/samsung/smdk_spdif.c | |
parent | 561c6a172f065fa918d0ff3cecdca1b22dca893f (diff) |
ASoC: samsung: 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/samsung/smdk_spdif.c')
-rw-r--r-- | sound/soc/samsung/smdk_spdif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/smdk_spdif.c b/sound/soc/samsung/smdk_spdif.c index e0fd8ad23552..beaa9c15d697 100644 --- a/sound/soc/samsung/smdk_spdif.c +++ b/sound/soc/samsung/smdk_spdif.c | |||
@@ -160,6 +160,7 @@ static struct snd_soc_dai_link smdk_dai = { | |||
160 | 160 | ||
161 | static struct snd_soc_card smdk = { | 161 | static struct snd_soc_card smdk = { |
162 | .name = "SMDK-S/PDIF", | 162 | .name = "SMDK-S/PDIF", |
163 | .owner = THIS_MODULE, | ||
163 | .dai_link = &smdk_dai, | 164 | .dai_link = &smdk_dai, |
164 | .num_links = 1, | 165 | .num_links = 1, |
165 | }; | 166 | }; |