Re: [Alsa-devel] emu10k1x patch

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 11:52:19 GMT, [EMAIL PROTECTED] wrote: > > > > > > 188,189c188,189 > > < .period_bytes_min = 64, > > < .period_bytes_max = (32*1024), > > --- > > > .period_bytes_min = (16*1024), > > > .period_bytes_max = (16*1024), > > > are you sure

Re: [Alsa-devel] emu10k1x patch

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 01:00:58 GMT, [EMAIL PROTECTED] wrote: > > 188,189c188,189 > < .period_bytes_min = 64, > < .period_bytes_max = (32*1024), > --- > > .period_bytes_min = (16*1024), > > .period_bytes_max = (16*1024), are you sure this change is correct? in

[Alsa-devel] emu10k1x patch

2004-05-24 Thread [EMAIL PROTECTED]
A few minor fixes to the emu10k1x driver. Also, it would be nice to update the soundcards page to list it as supported (mention that only PCM playback is currently supported). I will try to test a few more things before 1.0.5 gets final, I hope. Francisco Index: pci/emu10k1/emu10k1x.c =