Merge tag 'asoc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[cascardo/linux.git] / sound / soc / codecs / spdif_receiver.c
index 3ec41cc..234f87b 100644 (file)
@@ -38,10 +38,12 @@ static const struct snd_soc_dapm_route dir_routes[] = {
                        SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)
 
 static struct snd_soc_codec_driver soc_codec_spdif_dir = {
-       .dapm_widgets = dir_widgets,
-       .num_dapm_widgets = ARRAY_SIZE(dir_widgets),
-       .dapm_routes = dir_routes,
-       .num_dapm_routes = ARRAY_SIZE(dir_routes),
+       .component_driver = {
+               .dapm_widgets           = dir_widgets,
+               .num_dapm_widgets       = ARRAY_SIZE(dir_widgets),
+               .dapm_routes            = dir_routes,
+               .num_dapm_routes        = ARRAY_SIZE(dir_routes),
+       },
 };
 
 static struct snd_soc_dai_driver dir_stub_dai = {