Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81649
b: refs/heads/master
c: 32a41b0
h: refs/heads/master
i:
  81647: d00b0b4
v: v3
  • Loading branch information
Randy Dunlap authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 0c605b4 commit c881a95
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: e4d76815c2d6477f4b77f1c7dbfbde113af89e67
refs/heads/master: 32a41b026e65e9430a8c24f5d400cc21d44a897d
4 changes: 2 additions & 2 deletions trunk/sound/pci/atiixp.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static int snd_atiixp_aclink_down(struct atiixp *chip)
ATI_REG_ISR_CODEC2_NOT_READY)
#define CODEC_CHECK_BITS (ALL_CODEC_NOT_READY|ATI_REG_ISR_NEW_FRAME)

static int ac97_probing_bugs(struct pci_dev *pci)
static int __devinit ac97_probing_bugs(struct pci_dev *pci)
{
const struct snd_pci_quirk *q;

Expand All @@ -573,7 +573,7 @@ static int ac97_probing_bugs(struct pci_dev *pci)
return -1;
}

static int snd_atiixp_codec_detect(struct atiixp *chip)
static int __devinit snd_atiixp_codec_detect(struct atiixp *chip)
{
int timeout;

Expand Down

0 comments on commit c881a95

Please sign in to comment.