diff options
Diffstat (limited to 'sound/soc/intel/boards/byt-rt5640.c')
-rw-r--r-- | sound/soc/intel/boards/byt-rt5640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/byt-rt5640.c b/sound/soc/intel/boards/byt-rt5640.c index ae89b9b966d9..de9788a3fd06 100644 --- a/sound/soc/intel/boards/byt-rt5640.c +++ b/sound/soc/intel/boards/byt-rt5640.c | |||
@@ -197,6 +197,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = { | |||
197 | 197 | ||
198 | static struct snd_soc_card byt_rt5640_card = { | 198 | static struct snd_soc_card byt_rt5640_card = { |
199 | .name = "byt-rt5640", | 199 | .name = "byt-rt5640", |
200 | .owner = THIS_MODULE, | ||
200 | .dai_link = byt_rt5640_dais, | 201 | .dai_link = byt_rt5640_dais, |
201 | .num_links = ARRAY_SIZE(byt_rt5640_dais), | 202 | .num_links = ARRAY_SIZE(byt_rt5640_dais), |
202 | .dapm_widgets = byt_rt5640_widgets, | 203 | .dapm_widgets = byt_rt5640_widgets, |