Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92192
b: refs/heads/master
c: 66c9aa6
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Takashi Iwai committed Apr 24, 2008
1 parent d78780c commit e3b9d84
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f24bfa53dab478e1bde2d7fd39d3c1a69dc518f1
refs/heads/master: 66c9aa6043798197e1760eaf4c5f510d6c69b95a
3 changes: 1 addition & 2 deletions trunk/sound/pci/es1968.c
Original file line number Diff line number Diff line change
Expand Up @@ -1840,9 +1840,8 @@ static void snd_es1968_suppress_jitter(struct es1968 *chip, struct esschan *es)
cp2 = __apu_get_register(chip, 1, 5);
diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1);

if (diff > 1) {
if (diff > 1)
__maestro_write(chip, IDR0_DATA_PORT, cp1);
}
}

/*
Expand Down

0 comments on commit e3b9d84

Please sign in to comment.