ASoC: Remove DAI type information
[deliverable/linux.git] / sound / soc / blackfin / bf5xx-ac97.c
index 5dcd3f665ab1bfb152f5feecc1bb4a8ced0a559a..709bdf08e398f2fa57c6147f7323acc036fb0e09 100644 (file)
@@ -409,7 +409,7 @@ static void bf5xx_ac97_remove(struct platform_device *pdev,
 struct snd_soc_dai bfin_ac97_dai = {
        .name = "bf5xx-ac97",
        .id = 0,
-       .type = SND_SOC_DAI_AC97,
+       .ac97_control = 1,
        .probe = bf5xx_ac97_probe,
        .remove = bf5xx_ac97_remove,
        .suspend = bf5xx_ac97_suspend,
This page took 0.02331 seconds and 5 git commands to generate.