diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-05-20 08:22:44 -0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2008-05-20 08:22:44 -0400 |
commit | aea3bfbcfb0453217c8da6cfdc1b2394d214bee5 (patch) | |
tree | 7bf1609d799d92cb37a4d30552f4646d0603574e /sound/pci/Kconfig | |
parent | 33e5b22285f63ede858c00456f3ffbc2ea79d6cf (diff) |
[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 7e4742109572..d95fbb2b5b9f 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -692,7 +692,7 @@ config SND_ICE1712 | |||
692 | config SND_ICE1724 | 692 | config SND_ICE1724 |
693 | tristate "ICE/VT1724/1720 (Envy24HT/PT)" | 693 | tristate "ICE/VT1724/1720 (Envy24HT/PT)" |
694 | depends on SND | 694 | depends on SND |
695 | select SND_MPU401_UART | 695 | select SND_RAWMIDI |
696 | select SND_AC97_CODEC | 696 | select SND_AC97_CODEC |
697 | select SND_VMASTER | 697 | select SND_VMASTER |
698 | help | 698 | help |