diff options
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 05efff08ddcc..ce02e7091fcb 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
@@ -1585,8 +1585,9 @@ static struct snd_ac97_build_ops patch_ad1980_build_ops = { | |||
1585 | .build_post_spdif = patch_ad198x_post_spdif, | 1585 | .build_post_spdif = patch_ad198x_post_spdif, |
1586 | .build_specific = patch_ad1980_specific, | 1586 | .build_specific = patch_ad1980_specific, |
1587 | #ifdef CONFIG_PM | 1587 | #ifdef CONFIG_PM |
1588 | .resume = ad18xx_resume | 1588 | .resume = ad18xx_resume, |
1589 | #endif | 1589 | #endif |
1590 | .update_jacks = ad1888_update_jacks, | ||
1590 | }; | 1591 | }; |
1591 | 1592 | ||
1592 | int patch_ad1980(ac97_t * ac97) | 1593 | int patch_ad1980(ac97_t * ac97) |
@@ -1614,8 +1615,9 @@ static struct snd_ac97_build_ops patch_ad1985_build_ops = { | |||
1614 | .build_post_spdif = patch_ad198x_post_spdif, | 1615 | .build_post_spdif = patch_ad198x_post_spdif, |
1615 | .build_specific = patch_ad1985_specific, | 1616 | .build_specific = patch_ad1985_specific, |
1616 | #ifdef CONFIG_PM | 1617 | #ifdef CONFIG_PM |
1617 | .resume = ad18xx_resume | 1618 | .resume = ad18xx_resume, |
1618 | #endif | 1619 | #endif |
1620 | .update_jacks = ad1888_update_jacks, | ||
1619 | }; | 1621 | }; |
1620 | 1622 | ||
1621 | int patch_ad1985(ac97_t * ac97) | 1623 | int patch_ad1985(ac97_t * ac97) |