diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-04-23 15:47:28 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 10:38:25 (GMT) |
commit | 3a841d519f91463361bbbe7addc24a0c1b2e9f99 (patch) | |
tree | c2044e30d0898659898be8b1e011337d2b623035 /sound/pci/ice1712/prodigy192.c | |
parent | b415ed45f4db9f8365daac84cf2518642a174dc0 (diff) | |
download | linux-3a841d519f91463361bbbe7addc24a0c1b2e9f99.tar.xz |
[ALSA] ice1724 - Fix IRQ lock-up with MPU access
The sound boards with VT1724 and compatible chips may lock up when
MPU401 is accessed together with the PCM streaming.
This patch fixes the problem.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/prodigy192.c')
-rw-r--r-- | sound/pci/ice1712/prodigy192.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/pci/ice1712/prodigy192.c b/sound/pci/ice1712/prodigy192.c index 25ceb67..48d3679 100644 --- a/sound/pci/ice1712/prodigy192.c +++ b/sound/pci/ice1712/prodigy192.c @@ -812,10 +812,6 @@ struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[] __devinitdata = { .build_controls = prodigy192_add_controls, .eeprom_size = sizeof(prodigy71_eeprom), .eeprom_data = prodigy71_eeprom, - /* the current MPU401 code loops infinitely - * when opening midi device - */ - .no_mpu401 = 1, }, { } /* terminator */ }; |