ASoC: Set missing card owner field
Set the card owner field to prevent the module from being removed from underneath its users. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -197,6 +197,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = {
|
||||
|
||||
static struct snd_soc_card byt_rt5640_card = {
|
||||
.name = "byt-rt5640",
|
||||
.owner = THIS_MODULE,
|
||||
.dai_link = byt_rt5640_dais,
|
||||
.num_links = ARRAY_SIZE(byt_rt5640_dais),
|
||||
.dapm_widgets = byt_rt5640_widgets,
|
||||
|
Reference in New Issue
Block a user