diff options
Diffstat (limited to 'sound/soc/au1x/psc-ac97.c')
-rw-r--r-- | sound/soc/au1x/psc-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/au1x/psc-ac97.c b/sound/soc/au1x/psc-ac97.c index ad60a6042cad..a0bcfeaf5f86 100644 --- a/sound/soc/au1x/psc-ac97.c +++ b/sound/soc/au1x/psc-ac97.c | |||
@@ -346,7 +346,7 @@ static int au1xpsc_ac97_resume(struct platform_device *pdev, | |||
346 | 346 | ||
347 | struct snd_soc_dai au1xpsc_ac97_dai = { | 347 | struct snd_soc_dai au1xpsc_ac97_dai = { |
348 | .name = "au1xpsc_ac97", | 348 | .name = "au1xpsc_ac97", |
349 | .type = SND_SOC_DAI_AC97, | 349 | .ac97_control = 1, |
350 | .probe = au1xpsc_ac97_probe, | 350 | .probe = au1xpsc_ac97_probe, |
351 | .remove = au1xpsc_ac97_remove, | 351 | .remove = au1xpsc_ac97_remove, |
352 | .suspend = au1xpsc_ac97_suspend, | 352 | .suspend = au1xpsc_ac97_suspend, |