Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1554
b: refs/heads/master
c: 462c417
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed May 29, 2005
1 parent d6fe0ca commit f22c587
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3296480674e127601f453db6301bfbcbacb0d123
refs/heads/master: 462c4173509c5d1ebdc6cfd58f7236c2ac467e30
6 changes: 4 additions & 2 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,8 +1585,9 @@ static struct snd_ac97_build_ops patch_ad1980_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1980_specific,
#ifdef CONFIG_PM
.resume = ad18xx_resume
.resume = ad18xx_resume,
#endif
.update_jacks = ad1888_update_jacks,
};

int patch_ad1980(ac97_t * ac97)
Expand Down Expand Up @@ -1614,8 +1615,9 @@ static struct snd_ac97_build_ops patch_ad1985_build_ops = {
.build_post_spdif = patch_ad198x_post_spdif,
.build_specific = patch_ad1985_specific,
#ifdef CONFIG_PM
.resume = ad18xx_resume
.resume = ad18xx_resume,
#endif
.update_jacks = ad1888_update_jacks,
};

int patch_ad1985(ac97_t * ac97)
Expand Down

0 comments on commit f22c587

Please sign in to comment.