diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-07-02 17:26:00 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 11:10:36 +0100 |
commit | 7464dcd061045e664723acbf6be49e3ff53d97d8 (patch) | |
tree | fe6130e19fa2dd5265d9ed59bf0e1b4970c4c560 /sound/soc/fsl/imx-mc13783.c | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
ASoC: imx_mc13783: 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.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/imx-mc13783.c')
-rw-r--r-- | sound/soc/fsl/imx-mc13783.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c index 9df173c091a6..a3d60d4bea4c 100644 --- a/sound/soc/fsl/imx-mc13783.c +++ b/sound/soc/fsl/imx-mc13783.c @@ -90,6 +90,7 @@ static const struct snd_soc_dapm_route imx_mc13783_routes[] = { static struct snd_soc_card imx_mc13783 = { .name = "imx_mc13783", + .owner = THIS_MODULE, .dai_link = imx_mc13783_dai_mc13783, .num_links = ARRAY_SIZE(imx_mc13783_dai_mc13783), .dapm_widgets = imx_mc13783_widget, |