diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-05-20 14:22:44 +0200 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2008-05-20 14:22:44 +0200 |
commit | aea3bfbcfb0453217c8da6cfdc1b2394d214bee5 (patch) | |
tree | 7bf1609d799d92cb37a4d30552f4646d0603574e /sound/pci/Kconfig | |
parent | 33e5b22285f63ede858c00456f3ffbc2ea79d6cf (diff) | |
download | op-kernel-dev-aea3bfbcfb0453217c8da6cfdc1b2394d214bee5.zip op-kernel-dev-aea3bfbcfb0453217c8da6cfdc1b2394d214bee5.tar.gz |
[ALSA] ice1724: fix MIDI
The VT1724 MIDI port is not MPU-401 compatible; remove the hacks that
try to make the MPU-401 library work with it, and just use some simple
device-specific code.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Tested-by: Pavel Hofman <pavel.hofman@insite.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 7e47421..d95fbb2 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -692,7 +692,7 @@ config SND_ICE1712 config SND_ICE1724 tristate "ICE/VT1724/1720 (Envy24HT/PT)" depends on SND - select SND_MPU401_UART + select SND_RAWMIDI select SND_AC97_CODEC select SND_VMASTER help |