From 53da0a7ff0cb6970d1724cc92bf83d284c255ff4 Mon Sep 17 00:00:00 2001 From: Alan Horstmann Date: Thu, 18 May 2006 14:24:30 +0200 Subject: [PATCH] --- yaml --- r: 28513 b: refs/heads/master c: c77a03551b3fd8ef6434153dfadff83ae404e526 h: refs/heads/master i: 28511: e95fd51520f66e41bd8346f9017721cee054d22f v: v3 --- [refs] | 2 +- trunk/sound/pci/au88x0/au88x0_mpu401.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 1e36b8e6c5be..1d6038f925cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: faf8d11743961c720c85be191f8a08c00e5c5d60 +refs/heads/master: c77a03551b3fd8ef6434153dfadff83ae404e526 diff --git a/trunk/sound/pci/au88x0/au88x0_mpu401.c b/trunk/sound/pci/au88x0/au88x0_mpu401.c index 814bc2db9f0c..1e128a3c8d89 100644 --- a/trunk/sound/pci/au88x0/au88x0_mpu401.c +++ b/trunk/sound/pci/au88x0/au88x0_mpu401.c @@ -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);