Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39072
b: refs/heads/master
c: 4130d59
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Jaroslav Kysela committed Oct 6, 2006
1 parent d8a25da commit dbc34ae
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: 635bbb355ebb735647ca49fb649a6a7edea9b3ed
refs/heads/master: 4130d59b1ac6e32c130bd59dbce5eb30fede0197
4 changes: 2 additions & 2 deletions trunk/sound/pci/emu10k1/emu10k1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1461,8 +1461,8 @@ void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu)

/* resore for spdif */
if (emu->audigy)
outl(emu->port + A_IOCFG, emu->saved_a_iocfg);
outl(emu->port + HCFG, emu->saved_hcfg);
outl(emu->saved_a_iocfg, emu->port + A_IOCFG);
outl(emu->saved_hcfg, emu->port + HCFG);

val = emu->saved_ptr;
for (reg = saved_regs; *reg != 0xff; reg++)
Expand Down

0 comments on commit dbc34ae

Please sign in to comment.