Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342565
b: refs/heads/master
c: 9e13db8
h: refs/heads/master
i:
  342563: ab0f3aa
v: v3
  • Loading branch information
Randy Dunlap authored and Takashi Iwai committed Oct 23, 2012
1 parent 6b1c40f commit df96e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c902466800d777de55faab34214ec01987fca05e
refs/heads/master: 9e13db806e07ae9fdb1c2135fc60ea09fcbf3f3c
4 changes: 2 additions & 2 deletions trunk/sound/pci/ice1712/psc724.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static void psc724_set_pro_rate(struct snd_ice1712 *ice, unsigned int rate)

/* power management */

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
static int psc724_resume(struct snd_ice1712 *ice)
{
struct psc724_spec *spec = ice->spec;
Expand Down Expand Up @@ -413,7 +413,7 @@ static int __devinit psc724_init(struct snd_ice1712 *ice)
snd_wm8776_init(&spec->wm8776);
spec->wm8766.ops.write = psc724_wm8766_write;
spec->wm8766.card = ice->card;
#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
ice->pm_resume = psc724_resume;
ice->pm_suspend_enabled = 1;
#endif
Expand Down

0 comments on commit df96e0a

Please sign in to comment.