Index: alsa-kernel/pci/trident/trident_main.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/trident/trident_main.c,v retrieving revision 1.59 diff -u -r1.59 trident_main.c --- alsa-kernel/pci/trident/trident_main.c 30 Jul 2004 12:44:59 -0000 1.59 +++ alsa-kernel/pci/trident/trident_main.c 11 Oct 2004 15:24:30 -0000 @@ -814,7 +814,7 @@ /* voice management */ - if (params_buffer_size(hw_params) / 2 != params_period_size(hw_params)) { + if (1 /*params_buffer_size(hw_params) / 2 != params_period_size(hw_params)*/) { if (evoice == NULL) { evoice = snd_trident_alloc_voice(trident, SNDRV_TRIDENT_VOICE_TYPE_PCM, 0, 0); if (evoice == NULL)