Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120357
b: refs/heads/master
c: 480cf66
h: refs/heads/master
i:
  120355: 783bec7
v: v3
  • Loading branch information
Takashi Iwai committed Dec 1, 2008
1 parent c4dcaed commit 41f9a6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 02834f112d159eb87b584c7df56bddc5beeff5b3
refs/heads/master: 480cf663e6988b3e79b570b42d2dbdb6c2ba9b94
5 changes: 4 additions & 1 deletion trunk/sound/pci/cs46xx/cs46xx_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -3640,7 +3640,10 @@ int snd_cs46xx_resume(struct pci_dev *pci)
{
struct snd_card *card = pci_get_drvdata(pci);
struct snd_cs46xx *chip = card->private_data;
int i, amp_saved;
int amp_saved;
#ifdef CONFIG_SND_CS46XX_NEW_DSP
int i;
#endif

pci_set_power_state(pci, PCI_D0);
pci_restore_state(pci);
Expand Down

0 comments on commit 41f9a6d

Please sign in to comment.