Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28513
b: refs/heads/master
c: c77a035
h: refs/heads/master
i:
  28511: e95fd51
v: v3
  • Loading branch information
Alan Horstmann authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 2788935 commit 53da0a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: faf8d11743961c720c85be191f8a08c00e5c5d60
refs/heads/master: c77a03551b3fd8ef6434153dfadff83ae404e526
3 changes: 0 additions & 3 deletions trunk/sound/pci/au88x0/au88x0_mpu401.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ static int __devinit snd_vortex_midi(vortex_t * vortex)
temp |= (MIDI_CLOCK_DIV << 8) | ((mode >> 24) & 0xff) << 4;
hwwrite(vortex->mmio, VORTEX_CTRL2, temp);
hwwrite(vortex->mmio, VORTEX_MIDI_CMD, MPU401_RESET);
/* Set some kind of mode */
if (mode)
hwwrite(vortex->mmio, VORTEX_MIDI_CMD, MPU401_ENTER_UART);

/* Check if anything is OK. */
temp = hwread(vortex->mmio, VORTEX_MIDI_DATA);
Expand Down

0 comments on commit 53da0a7

Please sign in to comment.