Merge remote-tracking branch 'sound-asoc/for-next'
[deliverable/linux.git] / sound / soc / codecs / ad73311.c
index a9400aef60b58b28ecb096c0ddb129ca3ba40b83..3e358a49442d2ded0af95b0ba8dccab006912806 100644 (file)
@@ -55,10 +55,12 @@ static struct snd_soc_dai_driver ad73311_dai = {
 };
 
 static struct snd_soc_codec_driver soc_codec_dev_ad73311 = {
-       .dapm_widgets = ad73311_dapm_widgets,
-       .num_dapm_widgets = ARRAY_SIZE(ad73311_dapm_widgets),
-       .dapm_routes = ad73311_dapm_routes,
-       .num_dapm_routes = ARRAY_SIZE(ad73311_dapm_routes),
+       .component_driver = {
+               .dapm_widgets           = ad73311_dapm_widgets,
+               .num_dapm_widgets       = ARRAY_SIZE(ad73311_dapm_widgets),
+               .dapm_routes            = ad73311_dapm_routes,
+               .num_dapm_routes        = ARRAY_SIZE(ad73311_dapm_routes),
+       },
 };
 
 static int ad73311_probe(struct platform_device *pdev)
This page took 0.024306 seconds and 5 git commands to generate.