[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>
Esse commit está contido em:
@@ -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 */
|
||||
};
|
||||
|
Referência em uma nova issue
Block a user