projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81f05
)
ASoC: brownstone: add .owner to struct snd_soc_card
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 2 Jul 2013 09:26:21 +0000
(17:26 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 15 Jul 2013 10:11:46 +0000
(11:11 +0100)
Add missing .owner of struct snd_soc_card. This prevents the
module from being removed from underneath its users.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/pxa/brownstone.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/pxa/brownstone.c
b/sound/soc/pxa/brownstone.c
index 4ad76099dd43fdec0d9e7262db77f1e07cd20713..5b7d969f89a96eebd418687ef5b7abc79d74ee97 100644
(file)
--- a/
sound/soc/pxa/brownstone.c
+++ b/
sound/soc/pxa/brownstone.c
@@
-129,6
+129,7
@@
static struct snd_soc_dai_link brownstone_wm8994_dai[] = {
/* audio machine driver */
static struct snd_soc_card brownstone = {
.name = "brownstone",
+ .owner = THIS_MODULE,
.dai_link = brownstone_wm8994_dai,
.num_links = ARRAY_SIZE(brownstone_wm8994_dai),